Skip to content

Commit c7bc495

Browse files
Update ‘Apps built with Reflex’ stat from 100K+ to 300K+ (#1596)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek <[email protected]>
1 parent d2686ca commit c7bc495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcweb/pages/framework/views/frontend_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def frontend_features() -> rx.Component:
103103
class_name="flex flex-col lg:border-r border-slate-3 lg:p-[5rem_6.5rem_5rem_2.5rem] lg:text-nowrap text-center lg:text-start pb-12 lg:pb-0 mt-12 lg:mt-0",
104104
),
105105
rx.box(
106-
stat(stat="100K+", text="Apps built with Reflex"),
106+
stat(stat="300K+", text="Apps built with Reflex"),
107107
class_name="lg:px-10 lg:py-[5.5rem] py-12 w-auto border-b border-slate-3 lg:border-b-0",
108108
),
109109
class_name="flex flex-col-reverse lg:flex-row lg:border-t border-slate-3 max-w-[64.19rem] justify-center lg:border-x w-full",

pcweb/pages/landing/views/companies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def company_card(name: str, id: str) -> rx.Component:
156156
companies_case_studies_var.contains(company_cs.value),
157157
quote_box(company_cs.value),
158158
rx.box(
159-
stat(stat="100K+", text="Apps built with Reflex"),
159+
stat(stat="300K+", text="Apps built with Reflex"),
160160
class_name="animate-fade flex justify-center items-center size-full animate-duration-[750ms] animate-fill-both",
161161
),
162162
),

0 commit comments

Comments
 (0)