Skip to content

Commit 9321b01

Browse files
committed
fix: replace Loader2 with RefreshCcw for lucide-react compatibility
1 parent f8af69a commit 9321b01

File tree

1 file changed

+2
-2
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets/create-nft

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets/create-nft/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
ChevronDownIcon,
3131
ChevronUpIcon,
3232
ImageIcon,
33-
Loader,
33+
RefreshCcw,
3434
} from "lucide-react";
3535
import { useState } from "react";
3636
import { useForm } from "react-hook-form";
@@ -766,7 +766,7 @@ export default function CreateNFTPage() {
766766
>
767767
{isDeploying ? (
768768
<>
769-
<Loader className="mr-2 h-4 w-4 animate-spin" /> Deploying
769+
<RefreshCcw className="mr-2 h-4 w-4 animate-spin" /> Deploying
770770
Collection...
771771
</>
772772
) : (

0 commit comments

Comments
 (0)