Skip to content

Commit

Permalink
Merge pull request #38 from aamirazad/feat/title-and-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aramshiva authored Feb 2, 2025
2 parents 9a15ea2 + a77e2ae commit e372ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed app/favicon.ico
Binary file not shown.
5 changes: 3 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Greenhouse",
description: "Educational codespaces",
icons: [{ rel: "icon", url: "/favicon.ico" }],
};

export default function RootLayout({
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit e372ac3

Please sign in to comment.