Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Jul 30, 2024
1 parent e03c73f commit e76fe1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wallet/components/WalletDropdownBaseName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ export function WalletDropdownBaseName({
<>
<span className={cn(text.body, 'shrink-0')}>{title}</span>
{!hasBaseUserName && (
<span className={cn("ml-2 rounded-full bg-[#E0E7FF] px-2 text-center font-bold font-inter text-[#4F46E5] text-[0.6875rem] uppercase leading-6")}>
<span
className={cn(
'ml-2 rounded-full bg-[#E0E7FF] px-2 text-center font-bold font-inter text-[#4F46E5] text-[0.6875rem] uppercase leading-6',
)}
>
NEW
</span>
)}
Expand Down

0 comments on commit e76fe1d

Please sign in to comment.