Skip to content

Commit 28082da

Browse files
committed
refactor: deleting logo in html tag <link>
1 parent 15cd5f9 commit 28082da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const poppins = Poppins({
99
export default function RootLayout({ children }: { children: React.ReactNode }) {
1010
return (
1111
<html lang="en">
12-
<link rel="icon" href="/assets/LogoMaxima.png" />
1312
<body className={poppins.className} style={{ backgroundColor: "#FAFAFA" }}>
1413
<Providers>{children}</Providers>
1514
</body>

0 commit comments

Comments
 (0)