Skip to content

Commit

Permalink
Update .eth suffix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 2, 2024
1 parent dc35768 commit dc94595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/VaultInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const VaultInfo: FC<{ vaultId: bigint; onClose: () => void }> = ({
className="group flex justify-between"
>
<div className="flex items-center gap-2">
<div>{name}</div>
<div>{name}.eth</div>
<div className="text-text-secondary">
<NameExpiryDate name={name} />
</div>
Expand Down

0 comments on commit dc94595

Please sign in to comment.