add public website

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-04 21:35:17 +01:00
parent ccd1a1456f
commit fab3a0d9a8
72 changed files with 4012 additions and 48 deletions

View File

@@ -9,7 +9,11 @@ export function Logo({ className }: LogoProps) {
<div
className={cn('text-xl font-medium flex gap-2 items-center', className)}
>
<img src="/logo.svg" className="max-h-8 rounded-md" />
<img
src="/logo.svg"
className="max-h-8 rounded-md"
alt="Openpanel logo"
/>
openpanel.dev
</div>
);