From 3f8fb6fda07f97c9fd676cff67c637c0df0f7029 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 11 Feb 2026 23:53:08 +0100 Subject: Add new icons and SVG assets for the frontend - Added icon-maskable-192.png and icon-maskable-512.png for application icons. - Introduced icon-monochrome-256.png for monochrome icon representation. - Created icon.svg for scalable vector graphics representation of the icon. --- src/frontend/app/root.tsx | 53 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 13 deletions(-) (limited to 'src/frontend/app') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index a1219ae..f58cfb0 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -38,10 +38,10 @@ export function Layout({ children }: { children: React.ReactNode }) { - - + + - + - + {children} +