Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylitvinenko1 committed Feb 18, 2024
1 parent d94766d commit e093fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function RootLayout({
return (
<html lang="en">
<Head>
<link rel="shortcut icon" href="./public/icon.ico" />
<link rel="shortcut icon" href="./public/favicon.ico" />
</Head>
<body className={montserrat.className}>{children}</body>
</html>
Expand Down
File renamed without changes.

0 comments on commit e093fe6

Please sign in to comment.