Skip to content

Commit

Permalink
top-navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
divitcr7 authored Jul 18, 2024
1 parent 27638c2 commit 7bf7319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/navbar/top-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ export const TopNavBar: React.FC<TopNavBarProps> = ({ className }) => {
}
>
<Box
display="flex"
alignItems="center"
display='flex'
alignItems={{ alignItems: 'center' }}
gap="5px"
>
Achievements
Expand Down

0 comments on commit 7bf7319

Please sign in to comment.