Skip to content

Commit 7c5f571

Browse files
committed
modified logo in the navbar
1 parent 6416110 commit 7c5f571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Link from "next/link";
55
import { usePathname } from "next/navigation";
66
import { Button } from "@/components/ui/button";
77
import { ThemeToggle } from "@/components/theme-toggle";
8-
import { Menu, X } from "lucide-react";
8+
import { BookOpen, Menu, X } from "lucide-react";
99

1010
const navItems = [
1111
{ href: "/", label: "Home" },
@@ -25,7 +25,7 @@ const Navbar1 = () => {
2525
<header className="sticky top-4 z-50 w-full">
2626
<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">
2727
<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" />
2929
<span className="text-xl font-semibold font-sans">
3030
LeetCodeJournal
3131
</span>

0 commit comments

Comments
 (0)