fix/updated favicon

This commit is contained in:
biersoeckli
2025-01-13 10:15:18 +00:00
parent d1c26ff502
commit 8bc3f2a25b
3 changed files with 5 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

+5
View File
@@ -22,6 +22,11 @@ const inter = Inter({
export const metadata: Metadata = {
title: "QuickStack",
description: "", // todo
icons: [
{ rel: "favicon", url: "/quickstack-icon-dark.png" },
{ rel: "icon", url: "/quickstack-icon-dark.png" },
{ rel: "apple-touch-icon", url: "/quickstack-icon-dark.png" }
],
};
export default async function RootLayout({