Skip to content

Commit b47a9c2

Browse files
authored
Merge branch 'main' into ahmad/ide
2 parents 0c84b9f + 79b3878 commit b47a9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
)

pcweb/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import reflex as rx
44

5-
REFLEX_STAR_COUNT = 21500
5+
REFLEX_STAR_COUNT = 23200
66

77

88
class GithubStarState(rx.State):

0 commit comments

Comments
 (0)