We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96bcae commit 9cb36d1Copy full SHA for 9cb36d1
pcweb/components/hosting_banner.py
@@ -7,8 +7,11 @@ def glow() -> rx.Component:
7
)
8
9
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
13
class HostingBannerState(rx.State):
- show_banner: bool = False
14
+ show_banner: bool = True
15
16
def hide_banner(self):
17
self.show_banner = False
@@ -54,7 +57,7 @@ def hosting_banner() -> rx.Component:
54
57
55
58
),
56
59
glow(),
- href="https://build.reflex.dev/",
60
+ href=POST_LINK,
61
underline="none",
62
is_external=True,
63
0 commit comments