Skip to content

Commit

Permalink
Merge pull request #1375 from marceloams/fix/help-is-not-aligned-with…
Browse files Browse the repository at this point in the history
…-settings-1374

Fix alignment of the help button in the navigation bar
  • Loading branch information
dartpain authored Oct 24, 2024
2 parents 13c890b + b40417f commit 92c9612
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 92c9612

Please sign in to comment.