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 b944e36 commit d11b891Copy full SHA for d11b891
apps/docs/components/navbar.tsx
@@ -1,6 +1,6 @@
1
"use client";
2
import { cn } from "fumadocs-ui/utils/cn";
3
-import { Menu, Shell, Star } from "lucide-react";
+import { Brain, Menu, Star } from "lucide-react";
4
import Link from "next/link";
5
import * as React from "react";
6
import { ThemeToggle } from "@/components/theme-toggle";
@@ -35,7 +35,7 @@ export function Navbar({ starCout }: NavbarProps) {
35
href="/"
36
className="flex items-center justify-center gap-2 font-semibold p-0 pl-6 m-0"
37
>
38
- <Shell className="w-6 h-6 stroke-current stroke-[1.5] rotate-3" />
+ <Brain className="w-6 h-6 stroke-current stroke-[1.5] rotate-3" />
39
<span className="hidden text-base sm:inline-block sm:text-lg">
40
{TITLE}
41
</span>
0 commit comments