Skip to content

Commit

Permalink
Add a favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
MytsV committed Oct 9, 2024
1 parent dc1328a commit 156923a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<head /> will contain the components returned by the nearest parent
head.tsx. Find out more at https://beta.nextjs.org/docs/api-reference/file-conventions/head
*/}
<head />
<head>
<link rel="icon" href="/logo192.png" sizes="any" />
</head>
<body>{children}</body>
</html>
);
Expand Down

0 comments on commit 156923a

Please sign in to comment.