Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
samalsubrat committed Feb 26, 2024
1 parent 266db6c commit 9a81d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added src/app/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
{/* <Navbar></Navbar> */}
<body className={inter.className}>
<Navbar/>
{children}</body>
<Navbar />
{children}
</body>
</html>
);
}

0 comments on commit 9a81d56

Please sign in to comment.