Skip to content

Commit 7e99e49

Browse files
authored
resouce nav links != external (#1395)
1 parent 53e4a6e commit 7e99e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _link_button(label: str, url: str, icon: str) -> rx.Component:
301301
class_name="justify-start w-full items-center",
302302
),
303303
href=url,
304-
is_external=True,
304+
is_external=False,
305305
underline="none",
306306
class_name="!w-full",
307307
)

0 commit comments

Comments
 (0)