Skip to content

Commit

Permalink
(#1374) Fix alignment of the help button in the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloams committed Oct 24, 2024
1 parent 13c890b commit b40417f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
</NavLink>
</div>
<div className="flex flex-col justify-end text-eerie-black dark:text-white">
<div className="flex justify-between items-center px-1 py-1">
<div className="flex justify-between items-center py-1">
<Help />

<div className="flex items-center gap-1">
<div className="flex items-center gap-1 pr-4">
<NavLink
target="_blank"
to={'https://discord.gg/WHJdfbQDR4'}
Expand Down

0 comments on commit b40417f

Please sign in to comment.