init
This commit is contained in:
12
frontend/components/admin-panel/footer.tsx
Normal file
12
frontend/components/admin-panel/footer.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export function Footer() {
|
||||
return (
|
||||
<div className="z-20 w-full bg-background/95 shadow backdrop-blur supports-[backdrop-filter]:bg-background/60">
|
||||
<div className="mx-4 md:mx-8 flex h-14 items-center">
|
||||
<p className="text-xs md:text-sm leading-loose text-muted-foreground text-left">
|
||||
Built by{" "}
|
||||
Andreas Wilms
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user