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
8 changed files with 67 additions and 2 deletions
+1
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}