Skip to content

Commit

Permalink
Update navbar alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 17, 2024
1 parent 86d4d04 commit 4eda751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const Navbar = () => {
</button>
</DropdownMenu.Trigger>

<DropdownMenu.Content>
<DropdownMenu.Content align="end">
<DropdownMenu.Item asChild>
<Link to="/sessions">Sessions</Link>
</DropdownMenu.Item>
Expand Down

0 comments on commit 4eda751

Please sign in to comment.