Skip to content

Commit a9164f0

Browse files
authored
[HOS-709] Remove double badge on web (#1361)
1 parent 41acb27 commit a9164f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pcweb/components/webpage/badge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def badge() -> rx.Component:
1414
class_name="text-slate-1 font-semibold font-['Instrument_Sans'] text-sm leading-4 tracking-[-0.00656rem]",
1515
),
1616
underline="none",
17-
class_name="fixed bottom-4 right-4 flex flex-row gap-1.5 items-center w-auto rounded-lg dark:bg-[#FCFCFD] shadow-small p-1.5 transition-bg border border-solid dark:border-[#E0E1E6] z-[9998] bg-[#151618] border-[#27282B] cursor-pointer",
17+
class_name="fixed bottom-4 right-4 flex flex-row gap-1.5 items-center w-auto rounded-lg dark:bg-[#FCFCFD] shadow-small p-1.5 transition-bg border border-solid dark:border-[#E0E1E6] z-[9998] bg-[#151618] border-[#27282B] cursor-pointer max-lg:hidden",
1818
href="https://github.com/reflex-dev/reflex-web",
1919
),
2020
align="start",

rxconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"chakra-react-select",
1010
"@radix-ui/react-navigation-menu",
1111
],
12+
show_build_with_reflex=False,
1213
telemetry_enabled=False,
1314
tailwind=tw_config,
1415
)

0 commit comments

Comments
 (0)