Skip to content

Commit

Permalink
Add custom favicon png image
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Sep 23, 2023
1 parent c039583 commit 2c82ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ export const metadata: Metadata = {
};

export default function RootLayout({
// Layouts must accept a children prop.
// This will be populated with nested layouts or pages
children,
}: {
children: React.ReactNode;
}) {
return (
<html lang="en" className={libreFranklin.className}>
{/* Favicon */}
<link rel="icon" href="/favicon.png" type="image/png" />

<body>
<div className="flex flex-col justify-between h-screen ">
<Nav links={nav} />
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c82ba6

Please sign in to comment.