We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cd5f9 commit 28082daCopy full SHA for 28082da
app/layout.tsx
@@ -9,7 +9,6 @@ const poppins = Poppins({
9
export default function RootLayout({ children }: { children: React.ReactNode }) {
10
return (
11
<html lang="en">
12
- <link rel="icon" href="/assets/LogoMaxima.png" />
13
<body className={poppins.className} style={{ backgroundColor: "#FAFAFA" }}>
14
<Providers>{children}</Providers>
15
</body>
0 commit comments