added clear lamps and fixed score grid size problems
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user