Skip to content

Commit 7eca3ee

Browse files
Remove Early Access badge from Reflex Build in pricing table (#1482)
- Removed badge='Early Access' parameter from create_feature_table_header call - This removes the violet badge that appeared next to 'Reflex Build' in the pricing table - Tested locally to confirm badge is no longer visible on pricing page Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Carlos Cutillas <[email protected]>
1 parent 2e00fd4 commit 7eca3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/pricing/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def create_feature_table_header(section: str, badge: str = None) -> rx.Component
306306
def table_body_oss() -> rx.Component:
307307
return rx.table.root(
308308
rx.table.header(
309-
create_feature_table_header("Reflex Build", badge="Early Access"),
309+
create_feature_table_header("Reflex Build"),
310310
class_name="relative",
311311
),
312312
create_table_body(

0 commit comments

Comments
 (0)