From 2f58e466da05a058096a2bdc7ee581dbebe7a508 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Tue, 23 Jan 2024 22:27:07 -0500 Subject: [PATCH] Fix image size to prevent warning in the console --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 53b45b2..f8bff4c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -80,7 +80,7 @@ export default function RootLayout({

Spliit