fix: navbar icon alignment (#110)

This commit is contained in:
Bipin Maharjan
2025-04-04 16:00:00 +05:45
committed by GitHub
parent a12fb1845a
commit ccc3ff2aa5
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
>
<span className="text-blue-600 dark:text-blue-400">~/</span>
home

View File

@@ -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",
},