Skip to content

Commit

Permalink
frontend: Work On The Error Page
Browse files Browse the repository at this point in the history
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
  • Loading branch information
asmit27rai committed Jun 1, 2024
1 parent be3dd46 commit f0d2c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ a:hover {

body {
margin: 0;
/* display: flex; */
place-items: center;
min-width: 320px;
min-height: 100vh;
Expand Down

0 comments on commit f0d2c8b

Please sign in to comment.