Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr committed Aug 18, 2024
1 parent 270a175 commit 9c640c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file removed example/src/app/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions example/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<link rel="icon" href="/favicon.svg" type="image/svg" sizes="32x32" />
</head>
<body className="font-sans">
<GlobalHeader />
{children}
Expand Down

0 comments on commit 9c640c0

Please sign in to comment.