Skip to content

Commit 6ba67ff

Browse files
created a separate favicon svg for the favicon, so it has only the icon
1 parent 0adeaf6 commit 6ba67ff

2 files changed

Lines changed: 46 additions & 5 deletions

File tree

app/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ const geistMono = Geist_Mono({
1616
export const metadata: Metadata = {
1717
title: "Solid File Manager",
1818
description: "A Google Drive-like file manager for Solid Pods",
19-
icons: {
20-
icon: "/solid.svg",
21-
shortcut: "/solid.svg",
22-
apple: "/solid.svg",
23-
},
19+
icons: {
20+
icon: "/favicon.svg",
21+
shortcut: "/favicon.svg",
22+
apple: "/favicon.svg",
23+
},
2424
};
2525

2626
export default function RootLayout({

public/favicon.svg

Lines changed: 41 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)