Skip to content

Commit c1c1f3d

Browse files
committed
refactor: undo the html tag <link> deletion
1 parent a5a9f6e commit c1c1f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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" />
1213
<body className={poppins.className} style={{ backgroundColor: "#FAFAFA" }}>
1314
<Providers>{children}</Providers>
1415
</body>

0 commit comments

Comments
 (0)