mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
style: header animated image (#54)
* style: header animated image * chore: auto-fix linting and formatting issues --------- Co-authored-by: hamster1963 <hamster1963@users.noreply.github.com>
This commit is contained in:
BIN
public/animated-man.webp
Normal file
BIN
public/animated-man.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -66,7 +66,12 @@ export default function Header() {
|
||||
|
||||
return isDesktop ? (
|
||||
<header className="flex pt-8 px-4 overflow-x-auto dark:bg-black/40 bg-muted border-b-[1px]">
|
||||
<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">
|
||||
<img
|
||||
className="absolute -right-0 z-[9999] top-11 w-20 scale-100 pointer-events-none"
|
||||
alt={"animated-man"}
|
||||
src={"/dashboard/animated-man.webp"}
|
||||
/>
|
||||
<section className="w-full flex items-center justify-between">
|
||||
<div className="flex justify-between items-center w-full">
|
||||
<NavigationMenuLink
|
||||
|
||||
Reference in New Issue
Block a user