Skip to content

Commit

Permalink
Update mobile navbar to have pricing (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Alek Petuskey <alek@pynecone.io>
  • Loading branch information
picklelo and Alek99 authored Dec 5, 2024
1 parent 9c57187 commit 30c5edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pcweb/components/docpage/navbar/buttons/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def navbar_sidebar_drawer(trigger) -> rx.Component:
drawer_item("Case Studies", "/customers", "customers"),
drawer_item("Components", library.path, "library"),
drawer_item("Hosting", hosting.deploy_quick_start.path, "hosting"),
drawer_item("Pricing", "/pricing", "hosting"),
drawer_socials(),
rx.el.button(
rx.color_mode.icon(
Expand Down
2 changes: 1 addition & 1 deletion pcweb/components/docpage/navbar/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def new_component_section() -> rx.Component:
),
),
nav_menu.item(
link_item("Hosting", "/hosting", "hosting"),
link_item("Hosting", hosting.deploy_quick_start.path, "hosting"),
),
nav_menu.item(
link_item("Pricing", "/pricing", "pricing"),
Expand Down

0 comments on commit 30c5edb

Please sign in to comment.