mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 23:40:21 +08:00
Fix header styling
This commit is contained in:
parent
cd27ff7dd5
commit
f99c0a0b6d
@ -9,7 +9,7 @@ export function HeaderNav() {
|
|||||||
const isIconsActive = pathname === "/icons" || pathname.startsWith("/icons/")
|
const isIconsActive = pathname === "/icons" || pathname.startsWith("/icons/")
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className="flex md:flex-row flex-col md:items-center items-start gap-4 md:gap-6">
|
<nav className="flex flex-row md:items-center items-start gap-4 md:gap-6">
|
||||||
<Link
|
<Link
|
||||||
href="/"
|
href="/"
|
||||||
className={cn(
|
className={cn(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user