From 6f54caef38fa8d5542cb3695b865c4c77062f164 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 22:30:20 +0100 Subject: [PATCH] Update --- web/app/layout.tsx | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 1cc8586..ad71930 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -13,18 +13,34 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( - {typeof metadata.title === "string" ? metadata.title : metadata.title?.default} + {metadata.title.default} - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + {metadata.icons.icon.map((icon, index) => ( + + ))} + {metadata.icons.apple.map((icon, index) => ( + + ))}