From 28899a2aaf6c79b30b50f9959dc614c935b1e678 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sun, 17 Nov 2024 16:00:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8(frontend)=20fix=20bundler=20warnin?= =?UTF-8?q?g=20on=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo while styling the homepage. Fixed it. Minor issue. --- src/frontend/src/features/home/routes/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/home/routes/Home.tsx b/src/frontend/src/features/home/routes/Home.tsx index 04cf1d30..21178707 100644 --- a/src/frontend/src/features/home/routes/Home.tsx +++ b/src/frontend/src/features/home/routes/Home.tsx @@ -30,7 +30,7 @@ const Columns = ({ children }: { children?: ReactNode }) => { minHeight: '100%', justifyContent: 'normal', padding: '0 1rem', - width: 'calc(100%-2rem)', + width: 'calc(100% - 2rem)', opacity: 0, animation: '.5s ease-in fade 0s forwards', lg: {