Skip to content

Commit

Permalink
Updated favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 23, 2024
1 parent 715fa05 commit 4cefeae
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Binary file added client/public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions client/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/src/app/favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ export const metadata: Metadata = {
title: "Blue Carbon Cost Tool",
description:
"The Blue Carbon Cost Tool estimates project costs and carbon benefits of Blue Carbon Market projects, providing a high-level view for comparisons and prioritization among difference project scenarios.",
icons: {
icon: [
{
url: "/favicon.ico",
sizes: "any",
},
{
url: "/favicon.svg",
type: "image/svg+xml",
},
{
url: "/favicon-96x96.png",
sizes: "96x96",
type: "image/png",
},
],
},
};

export default async function RootLayout({
Expand Down

0 comments on commit 4cefeae

Please sign in to comment.