Skip to content

Commit

Permalink
fix: network text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Dec 29, 2023
1 parent 044eac7 commit 5489f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/_components/NavBar/DesktopSubNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const DesktopSubNav = ({ label, href, onClick }: NavItem) => {
color="black"
width="full"
px={5}
textAlign={'left'}
>
{label}
</Box>
Expand Down

0 comments on commit 5489f51

Please sign in to comment.