Skip to content

Commit 704e7a2

Browse files
committed
os out
1 parent 8499364 commit 704e7a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ def products_section():
463463
"magic-wand-01",
464464
0,
465465
),
466-
resource_item_hi("Open Source", framework.path, "source-code-circle", 0),
467466
resource_item_hi("Cloud", hosting_landing.path, "cloud-server", 0),
468467
class_name="items-start gap-1.5 gap-x-1.5 grid grid-cols-1 m-0 p-1.5 w-[280px] min-w-max",
469468
),
@@ -524,6 +523,10 @@ def new_component_section() -> rx.Component:
524523
class_name="xl:flex hidden flex-row items-center gap-0 lg:gap-5 2xl:gap-7 m-0 h-full list-none",
525524
),
526525
rx.el.div(
526+
nav_menu.item(
527+
link_item("Open Source", framework.path, "framework"),
528+
class_name="whitespace-nowrap",
529+
),
527530
nav_menu.item(
528531
new_menu_trigger("Products"),
529532
products_section(),
@@ -586,7 +589,7 @@ def new_component_section() -> rx.Component:
586589
),
587590
rx.box(
588591
nav_menu.viewport(),
589-
class_name="top-[80%] left-[120px] absolute flex justify-start w-full",
592+
class_name="top-[80%] left-[230px] absolute flex justify-start w-full",
590593
),
591594
)
592595

0 commit comments

Comments
 (0)