Skip to content

Commit

Permalink
Update WrapForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Feb 7, 2025
1 parent b366aca commit ef1b53b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/wrap/components/WrapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default function WrapAllTokens() {
<td className="py-3">
<div className="flex items-center gap-2">
<div className="w-10 h-10 bg-gray-300 dark:bg-neutral-600 rounded-full animate-pulse"></div>
<div className="font-bold bg-gray-300 dark:bg-neutral-600 rounded animate-pulse w-12 h-4"></div>
<div className="font-semibold bg-gray-300 dark:bg-neutral-600 rounded animate-pulse w-12 h-4"></div>
</div>
</td>
<td>
Expand Down Expand Up @@ -288,7 +288,7 @@ export default function WrapAllTokens() {
alt={`${token.name} logo`}
className="w-10 h-10 rounded-full"
/>
<div className="font-bold">{token.name}</div>
<div className="font-semibold justify-center">{token.name}</div>
</div>
</td>

Expand Down Expand Up @@ -357,8 +357,8 @@ export default function WrapAllTokens() {
</td>

{/* Wrapped Balance */}
<td className="text-center mx-auto">
<div className="text-center">
<td className="text-center">
<div className="flex flex-col items-start">
<BalanceUI
token={token}
isSecretToken={true}
Expand Down

0 comments on commit ef1b53b

Please sign in to comment.