Skip to content

Commit

Permalink
favicon finally
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylitvinenko1 committed Feb 18, 2024
1 parent e093fe6 commit 4d9153a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<Head>
<link rel="shortcut icon" href="./public/favicon.ico" />
</Head>

<head>
<link rel='icon' href='/favicon.ico'/>
</head>

<body className={montserrat.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit 4d9153a

Please sign in to comment.