Skip to content

Commit

Permalink
make no usdc prompt less clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Oct 22, 2024
1 parent fc5c4c5 commit 502860f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/dialogs/transfer/bridge-prompt-usdc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ export function BridgePromptUSDC({
const content = (
<div
className={cn(
"cursor-pointer text-pretty border p-3 text-muted-foreground transition-colors hover:border-primary hover:text-primary",
"text-pretty border p-3 text-muted-foreground transition-colors",
{
"cursor-pointer hover:border-primary hover:text-primary": hasUSDC,
},
)}
onClick={onClick}
>
Expand Down

0 comments on commit 502860f

Please sign in to comment.