feat: add logo and favicon (#238)

This commit is contained in:
Guillaume 2025-06-09 16:30:03 +02:00 committed by GitHub
parent 0c87f3e6ec
commit e36193a8c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 2 deletions

View file

@ -41,6 +41,7 @@ export function Layout({ children }: { readonly children: React.ReactNode }) {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<Links />
<link rel="icon" href="favicon.ico" />
</head>
<body className="overscroll-none dark:bg-headplane-900 dark:text-headplane-50">
{children}