Skip to content

Commit 692a231

Browse files
fix(marketing): consistently mark custom video bg as beta (#19)
1 parent 93047d3 commit 692a231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluxer_marketing/src/fluxer_marketing/pages/plutonium_page.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ fn comparison_section(ctx: Context) -> Element(a) {
307307
ctx,
308308
g_(i18n_ctx, "Custom video backgrounds"),
309309
"1",
310-
g_(i18n_ctx, "Coming soon"),
311-
Some(g_(i18n_ctx, "Coming soon")),
310+
g_(i18n_ctx, "Beta"),
311+
Some(g_(i18n_ctx, "Beta")),
312312
),
313313
comparison_check_row(
314314
ctx,

0 commit comments

Comments
 (0)