Skip to content

Commit

Permalink
Remove the login page from the navbar (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tchoutri and mergify[bot] authored Aug 8, 2022
1 parent e15c91a commit 446c98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FloraWeb/Components/Navbar.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ navbar = do
navBarLink' "/about" "About" aboutNav
navBarLink' "/categories" "Categories" packagesNav
navBarLink' "/packages" "Packages" packagesNav
userMenu
-- userMenu
darkModeToggle

brand :: FloraHTML
Expand Down

0 comments on commit 446c98e

Please sign in to comment.