added clear lamps and fixed score grid size problems

This commit is contained in:
Polaris
2024-08-23 10:51:47 -04:00
parent 620874905e
commit d13fa0f2da
10 changed files with 312 additions and 131 deletions

View File

@ -15,6 +15,12 @@ export default function RootLayout({
}>) {
return (
<html lang="en" className={GeistSans.className}>
<head>
<link rel="shortcut icon" href="/icon.png" />
<link rel="apple-touch-icon" sizes="any" href="/icon.png" />
<link rel="icon" type="image/png" sizes="any" href="/icon.png" />
<link rel="icon" type="image/png" sizes="any" href="/icon.png" />{" "}
</head>
<body className={GeistSans.className}>
<CustomThemeProvider>
<main className="">{children} </main>