gaurv007 commited on
Commit
9fc7dc5
·
verified ·
1 Parent(s): 6277262

Upload web/components/nav.tsx

Browse files
Files changed (1) hide show
  1. 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, FileCompare } from "lucide-react";
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: FileCompare },
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"];