Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 13, 2024
1 parent 0a81deb commit 35335e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/AgentAssets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function AgentToken({ tokenAddress }: AgentAssetProps) {
image: '',
};

return <TokenRow token={token} className="max-w-56 rounded font-mono" />;
return <TokenRow token={token} className="w-full rounded font-mono" />;
}

function AgentNFT({ index = 0, tokenAddress }: AgentAssetProps) {
Expand Down

0 comments on commit 35335e7

Please sign in to comment.