Skip to content

Commit ea11f42

Browse files
authored
update credits icon (#1650)
1 parent bfdd3c1 commit ea11f42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pcweb/pages/pricing/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def table_header(cost_text: str) -> rx.Component:
2525
rx.text("vCPU", class_name="text-sm font-semibold text-slate-12"),
2626
rx.text("GB RAM", class_name="text-sm font-semibold text-slate-12"),
2727
rx.el.div(
28-
ui.icon("StarCircleIcon", class_name="text-slate-9 size-4"),
28+
ui.icon("TokenCircleIcon", class_name="text-slate-9 size-4"),
2929
rx.text(
3030
cost_text, class_name="text-sm font-semibold text-slate-12 text-end"
3131
),

pcweb/pages/pricing/plan_cards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def pricing_cards() -> rx.Component:
181181
"Perfect for getting started and trying out Reflex.",
182182
[
183183
Feature(
184-
"StarCircleIcon",
184+
"TokenCircleIcon",
185185
"50 daily credits (up to 150/month)",
186186
),
187187
Feature("EarthIcon", "Public apps only"),
@@ -218,7 +218,7 @@ def pricing_cards() -> rx.Component:
218218
),
219219
"Build, deploy and scale your apps.",
220220
[
221-
Feature("StarCircleIcon", "", pro_tiers_select()),
221+
Feature("TokenCircleIcon", "", pro_tiers_select()),
222222
Feature("SquareLock02Icon", "Private Projects"),
223223
Feature("CursorInWindowIcon", "Full-Fledged Browser IDE"),
224224
Feature("PlugSocketIcon", "Integrations"),

pcweb/pages/pricing/slider_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def messages_card() -> rx.Component:
295295
return rx.el.div(
296296
rx.el.div(
297297
rx.el.div(
298-
ui.icon("StarCircleIcon", class_name="text-secondary-11 size-5"),
298+
ui.icon("TokenCircleIcon", class_name="text-secondary-11 size-5"),
299299
rx.cond(
300300
get_is_enterprise_tier(MachineState.messages_tier_index),
301301
rx.el.span(

0 commit comments

Comments
 (0)