We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c117788 commit d2d3407Copy full SHA for d2d3407
public/animated-man.webp
37.5 KB
src/components/header.tsx
@@ -66,7 +66,12 @@ export default function Header() {
66
67
return isDesktop ? (
68
<header className="flex pt-8 px-4 overflow-x-auto dark:bg-black/40 bg-muted border-b-[1px]">
69
- <NavigationMenu className="flex flex-col items-start max-w-5xl mx-auto">
+ <NavigationMenu className="flex flex-col items-start relative max-w-5xl mx-auto">
70
+ <img
71
+ className="absolute -right-0 z-[9999] top-11 w-20 scale-100 pointer-events-none"
72
+ alt={"animated-man"}
73
+ src={"/dashboard/animated-man.webp"}
74
+ />
75
<section className="w-full flex items-center justify-between">
76
<div className="flex justify-between items-center w-full">
77
<NavigationMenuLink
0 commit comments