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 a5a9f6e commit c1c1f3dCopy full SHA for c1c1f3d
app/layout.tsx
@@ -9,6 +9,7 @@ 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