diff --git a/apps/web/src/app/(home)/_components/Navbar.tsx b/apps/web/src/app/(home)/_components/Navbar.tsx index 15553e0..bb370b8 100644 --- a/apps/web/src/app/(home)/_components/Navbar.tsx +++ b/apps/web/src/app/(home)/_components/Navbar.tsx @@ -82,7 +82,7 @@ const Navbar = () => { linkRefs.current.home = ref; }} onMouseOver={() => setActiveLink("home")} - className="relative rounded-md px-4 py-2 font-mono text-gray-700 transition-colors hover:text-blue-600 dark:text-gray-300 dark:hover:text-blue-300" + className="relative rounded-md px-4 py-2 font-mono text-gray-700 transition-colors hover:text-blue-600 dark:text-gray-300 dark:hover:text-blue-300 flex gap-1 items-center" > ~/ home diff --git a/bun.lock b/bun.lock index 0719865..676ef4a 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "1.6.1", + "version": "1.6.2", "bin": { "create-better-t-stack": "dist/index.js", },