Skip to content

Commit

Permalink
fix: navbar links now appear at flex end instead of center (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Apr 2, 2024
1 parent 1c19b9f commit 12b3821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Navbar() {
</DrawerContent>
</Drawer>

<div className="hidden flex-1 justify-center md:flex">
<div className="hidden flex-1 justify-end md:flex">
<div className="flex items-center gap-8">
<Link href="/blog">
<Button variant={getButtonVariant("/blog")}>
Expand Down

0 comments on commit 12b3821

Please sign in to comment.