Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 467a4df

Browse files
committed
refactor: remove unnecessary props
1 parent 7d1af84 commit 467a4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ const CurrentStatus = () => {
173173
py={6}
174174
px={8}
175175
align="center"
176-
direction={{ base: 'column', md: 'row' }}
177-
spacing={{ base: 5, md: 8 }}
176+
direction="row"
177+
spacing={8}
178178
bg="white"
179179
rounded="lg"
180180
color="black"

0 commit comments

Comments
 (0)