Skip to content

Commit 6b3db02

Browse files
committed
chore: clean up the search page code for improved readability
1 parent f4fa600 commit 6b3db02

File tree

2 files changed

+74
-278
lines changed

2 files changed

+74
-278
lines changed

src/components/NavBar/NavItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NavItems: React.FC = () => {
1616
maxWidth: "100%",
1717
}}
1818
>
19-
<Grid item sm={12} md={5} lg={5}>
19+
<Grid item xs={12} sm={12} md={5} lg={5}>
2020
<Box
2121
sx={{
2222
display: "flex",

0 commit comments

Comments
 (0)