Spaces:
Sleeping
Sleeping
Upload web/components/nav.tsx
Browse files- web/components/nav.tsx +2 -2
web/components/nav.tsx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
import Link from "next/link";
|
| 4 |
import { usePathname } from "next/navigation";
|
| 5 |
-
import { ShieldCheck, Menu, X, Crown,
|
| 6 |
import { useState, useEffect } from "react";
|
| 7 |
import { createClient } from "@/lib/supabase/client";
|
| 8 |
|
|
@@ -10,7 +10,7 @@ const links = [
|
|
| 10 |
{ href: "/#features", label: "Features" },
|
| 11 |
{ href: "/#pricing", label: "Pricing" },
|
| 12 |
{ href: "/dashboard-pages/analyze", label: "Scanner" },
|
| 13 |
-
{ href: "/dashboard-pages/compare", label: "Compare", icon:
|
| 14 |
];
|
| 15 |
|
| 16 |
const ADMIN_EMAILS = ["ankygaur9972@gmail.com"];
|
|
|
|
| 2 |
|
| 3 |
import Link from "next/link";
|
| 4 |
import { usePathname } from "next/navigation";
|
| 5 |
+
import { ShieldCheck, Menu, X, Crown, GitCompare } from "lucide-react";
|
| 6 |
import { useState, useEffect } from "react";
|
| 7 |
import { createClient } from "@/lib/supabase/client";
|
| 8 |
|
|
|
|
| 10 |
{ href: "/#features", label: "Features" },
|
| 11 |
{ href: "/#pricing", label: "Pricing" },
|
| 12 |
{ href: "/dashboard-pages/analyze", label: "Scanner" },
|
| 13 |
+
{ href: "/dashboard-pages/compare", label: "Compare", icon: GitCompare },
|
| 14 |
];
|
| 15 |
|
| 16 |
const ADMIN_EMAILS = ["ankygaur9972@gmail.com"];
|