We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79a95 commit 6755e1aCopy full SHA for 6755e1a
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets/create-token/page.tsx
@@ -26,7 +26,7 @@ import {
26
CheckIcon,
27
ChevronUpIcon,
28
CircleAlertIcon,
29
- Loader2,
+ Loader2Icon,
30
UploadIcon,
31
} from "lucide-react";
32
import { useEffect, useMemo, useRef, useState } from "react";
@@ -1805,7 +1805,7 @@ export default function CreateTokenPage() {
1805
>
1806
{isDeploying ? (
1807
<>
1808
- <Loader2 className="mr-2 h-4 w-4 animate-spin" />{" "}
+ <Loader2Icon className="mr-2 h-4 w-4 animate-spin" />{" "}
1809
{deploymentStatus}
1810
</>
1811
) : (
0 commit comments