diff --git a/docs/components/nav-bar.tsx b/docs/components/nav-bar.tsx index 94e24263e4..8b13e91335 100644 --- a/docs/components/nav-bar.tsx +++ b/docs/components/nav-bar.tsx @@ -3,7 +3,7 @@ import { MobileSearchIcon } from "@/components/mobile-search-icon"; import { ThemeToggle } from "@/components/theme-toggler"; import DarkPng from "../public/branding/better-auth-logo-dark.png"; import WhitePng from "../public/branding/better-auth-logo-light.png"; -import HalloweenLogo from "./halloween/logo"; +import { Logo } from "./logo"; import LogoContextMenu from "./logo-context-menu"; import { NavLink } from "./nav-link"; import { NavbarMobile, NavbarMobileBtn } from "./nav-mobile"; @@ -90,13 +90,10 @@ export const Navbar = () => {
- // - //

BETTER-AUTH.

- //
- +
+ +

BETTER-AUTH.

+
} logoAssets={logoAssets} />