wow
This commit is contained in:
commit
6786cb6148
31 changed files with 2352 additions and 0 deletions
11
apps/frontend/src/components/header.tsx
Normal file
11
apps/frontend/src/components/header.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export default function Header() {
|
||||
return (
|
||||
<header className="flex h-16 items-center justify-between border-b border-border bg-background/90 backdrop-blur px-6">
|
||||
<a href="/" className="text-2xl">🎀</a>
|
||||
<div className="flex items-center" id="menu">
|
||||
<a href="/add" className="text-[16px] text-foreground/50">[ <span className="text-foreground">+</span> ]</a>
|
||||
<a href="/login" className="text-[16px] text-foreground/50">[ <span className="text-foreground">Login</span> ]</a>
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue