feat: add logo and favicon (#238)
This commit is contained in:
parent
0c87f3e6ec
commit
e36193a8c0
8 changed files with 67 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue