Skip to content

Commit 9cb36d1

Browse files
committed
update banner
1 parent c96bcae commit 9cb36d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pcweb/components/hosting_banner.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ def glow() -> rx.Component:
77
)
88

99

10+
POST_LINK = "https://www.linkedin.com/posts/y-combinator_reflex-is-an-ai-app-builder-for-creating-activity-7386793491064008704-sMLz/?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAAB5u_e0B4BJ2Y79KMlho0J5wpWD5Kz9McKw"
11+
12+
1013
class HostingBannerState(rx.State):
11-
show_banner: bool = False
14+
show_banner: bool = True
1215

1316
def hide_banner(self):
1417
self.show_banner = False
@@ -54,7 +57,7 @@ def hosting_banner() -> rx.Component:
5457
)
5558
),
5659
glow(),
57-
href="https://build.reflex.dev/",
60+
href=POST_LINK,
5861
underline="none",
5962
is_external=True,
6063
),

0 commit comments

Comments
 (0)