Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylitvinenko1 committed Feb 18, 2024
1 parent 97a8eeb commit 09d9285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default function RootLayout({
return (
<html lang="en">

<head>
{/* <head>
<link rel='icon' href='/public/favicon.ico'/>
</head>
</head> */}

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

0 comments on commit 09d9285

Please sign in to comment.