Skip to content

Commit d11b891

Browse files
committed
chore: change logo
1 parent b944e36 commit d11b891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/components/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22
import { cn } from "fumadocs-ui/utils/cn";
3-
import { Menu, Shell, Star } from "lucide-react";
3+
import { Brain, Menu, Star } from "lucide-react";
44
import Link from "next/link";
55
import * as React from "react";
66
import { ThemeToggle } from "@/components/theme-toggle";
@@ -35,7 +35,7 @@ export function Navbar({ starCout }: NavbarProps) {
3535
href="/"
3636
className="flex items-center justify-center gap-2 font-semibold p-0 pl-6 m-0"
3737
>
38-
<Shell className="w-6 h-6 stroke-current stroke-[1.5] rotate-3" />
38+
<Brain className="w-6 h-6 stroke-current stroke-[1.5] rotate-3" />
3939
<span className="hidden text-base sm:inline-block sm:text-lg">
4040
{TITLE}
4141
</span>

0 commit comments

Comments
 (0)