Skip to content

Commit 73be5f7

Browse files
Update airdrop-tab.tsx
1 parent 1768447 commit 73be5f7

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components/airdrop-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const AirdropTab: React.FC<AirdropTabProps> = ({ contract, tokenId }) => {
138138

139139
<div
140140
className={cn(
141-
"flesx-row flex items-center justify-center gap-2",
141+
"flex-row flex items-center justify-center gap-2",
142142
{
143143
"text-orange-500": addresses.length === 0,
144144
"text-green-500": addresses.length > 0,

0 commit comments

Comments
 (0)