Skip to content

Commit

Permalink
fix: seasonpass token resources listing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 5, 2024
1 parent bab4bf7 commit 31f3c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function TokenImage({ token }: PropsWithClassName<TokenSummaryProps>) {
alt={token.metadata?.name ?? "Empty"}
className="aspect-square w-full object-contain transition-transform group-hover:scale-110"
/>
<div className="flex flex-row gap-2 mt-4">
<div className="flex flex-row flex-wrap gap-2 mt-4">
{realmsResources.map((r, idx) => <RealmsResourceItem key={idx} resource={r} />)}
</div>
</div>
Expand Down

0 comments on commit 31f3c15

Please sign in to comment.