From cdcefa389d1da86f56cfac1e8ddee7d00dd3428a Mon Sep 17 00:00:00 2001 From: Mannu Date: Fri, 15 May 2026 08:50:22 +0530 Subject: [PATCH] Add renewable energy favicon with sun and leaf --- packages/web/app/layout.tsx | 1 + packages/web/public/favicon.svg | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 packages/web/public/favicon.svg diff --git a/packages/web/app/layout.tsx b/packages/web/app/layout.tsx index 66d9cd5..36283ab 100644 --- a/packages/web/app/layout.tsx +++ b/packages/web/app/layout.tsx @@ -17,6 +17,7 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "REmodel — RE Project Finance", description: "Hybrid Solar + Wind + BESS project finance modeling", + icons: [{ rel: "icon", url: "/favicon.svg" }], }; export default function RootLayout({ diff --git a/packages/web/public/favicon.svg b/packages/web/public/favicon.svg new file mode 100644 index 0000000..f55fff8 --- /dev/null +++ b/packages/web/public/favicon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file