From f0d2c8b1f76b6c593cafd39e7c2619e3f274082b Mon Sep 17 00:00:00 2001 From: asmit27rai Date: Sat, 1 Jun 2024 16:35:12 +0530 Subject: [PATCH] frontend: Work On The Error Page This commit is for modified error pages that show if unknown route is accessed and then it give link to homepage by using link from react-router-dom and also remove display flex option from body Fixes: #21 --- frontend/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 6474d5c..c2a7d93 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -28,7 +28,6 @@ a:hover { body { margin: 0; - /* display: flex; */ place-items: center; min-width: 320px; min-height: 100vh;