Skip to content

Commit

Permalink
ui: hide packages navlink
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed May 13, 2024
1 parent 989b5dd commit 0324ede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/frontend/src/frontend/view/navbar/navbar.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import lustre/event as e

fn navbar_links() {
s.nav_links([], [
s.trending([], [
h.text("Packages"),
s.coming_soon([], [h.text(" (coming soon…)")]),
]),
// s.trending([], [
// h.text("Packages"),
// s.coming_soon([], [h.text(" (coming soon…)")]),
// ]),
s.trending([], [
h.text("Trending"),
s.coming_soon([], [h.text(" (coming soon…)")]),
Expand Down

0 comments on commit 0324ede

Please sign in to comment.