Skip to content

Commit 1fe87e5

Browse files
authored
remove custom reflex badge (#1546)
1 parent 4340505 commit 1fe87e5

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

pcweb/pages/affiliates/affiliates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,5 @@ def affiliates() -> rx.Component:
196196
class_name="section-content",
197197
),
198198
footer_index(),
199-
badge(),
200199
class_name="flex flex-col w-full max-w-[94.5rem] justify-center items-center mx-auto px-4 lg:px-5 relative overflow-hidden",
201200
)

pcweb/templates/mainpage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def wrapper(*children, **props) -> rx.Component:
6969
get_started(),
7070
class_name="flex flex-col w-full justify-center items-center",
7171
),
72-
badge(),
7372
footer_index(),
7473
class_name="flex flex-col w-full max-w-[94.5rem] justify-center items-center mx-auto px-4 lg:px-5 relative overflow-hidden",
7574
padding_top=rx.cond(HostingBannerState.show_banner, "56px", "0"),

pcweb/templates/webpage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def wrapper(*children, **props) -> rx.Component:
7070
),
7171
bottom_section(),
7272
footer(),
73-
badge(),
7473
class_name="relative flex flex-col justify-start items-center w-full h-full min-h-screen font-instrument-sans overflow-hidden",
7574
**props,
7675
)

rxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"chakra-react-select",
99
"@radix-ui/react-navigation-menu",
1010
],
11-
show_build_with_reflex=False,
11+
show_build_with_reflex=True,
1212
telemetry_enabled=False,
1313
plugins=[rx.plugins.TailwindV4Plugin(), rx.plugins.SitemapPlugin()],
1414
)

0 commit comments

Comments
 (0)