File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Link from "next/link";
5
5
import { usePathname } from "next/navigation" ;
6
6
import { Button } from "@/components/ui/button" ;
7
7
import { ThemeToggle } from "@/components/theme-toggle" ;
8
- import { Menu , X } from "lucide-react" ;
8
+ import { BookOpen , Menu , X } from "lucide-react" ;
9
9
10
10
const navItems = [
11
11
{ href : "/" , label : "Home" } ,
@@ -25,7 +25,7 @@ const Navbar1 = () => {
25
25
< header className = "sticky top-4 z-50 w-full" >
26
26
< nav className = "mx-auto max-w-[95%] h-16 rounded-xl border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/70 flex items-center justify-between px-4 sm:px-6" >
27
27
< div className = "flex items-center space-x-2" >
28
- < span className = "text-2xl" > 📚 </ span >
28
+ < BookOpen className = "h-6 w-6 text-primary mx-2" / >
29
29
< span className = "text-xl font-semibold font-sans" >
30
30
LeetCodeJournal
31
31
</ span >
You can’t perform that action at this time.
0 commit comments