Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
vtshly committed Jan 6, 2025
1 parent 9f4ef2d commit b038266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file added frontend/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.
Binary file removed frontend/src/app/favicon.ico
Binary file not shown.
7 changes: 5 additions & 2 deletions frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ const geistMono = Geist_Mono({
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Дом Молитвы",
description: "Дом Молитвы - христианская протестантская церковь",
icons: {
icon: { url: '/favicon.png' }
}
};

export default function RootLayout({
Expand Down

0 comments on commit b038266

Please sign in to comment.