favicon and logo
All checks were successful
Lint / Lint (push) Successful in 1m44s

This commit is contained in:
2025-03-04 18:57:43 +01:00
parent b1952edb84
commit bd9b22c8e3
12 changed files with 28 additions and 2 deletions

View File

@ -28,6 +28,7 @@ export default function RootLayout({
selfHosted={true}
enabled={true}
/>
<meta name="apple-mobile-web-app-title" content="BAM" />
</head>
<body className={cn("min-h-screen bg-background font-sans antialiased", inter.variable)}>
{children}