Skip to content

Commit 6050b1d

Browse files
committed
fix: replace RefreshCcw with Loader2Icon for lucide-react compatibility
1 parent 9321b01 commit 6050b1d

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

0 commit comments

Comments
 (0)