UI: Remove 0 strikethrough — always show 2 #9

Closed
opened 2026-04-09 07:30:33 +00:00 by johan · 0 comments
Owner

Summary

Remove the crossed-out "0" pricing from the header CTA. The hosted plan is now permanently $12/year.

Current State

In clavitor.ai/test-index.html (line 62):

<a href="/hosted" class="btn btn-primary">Get hosted — <s>$20</s> $12/yr</a>

Screenshot shows the black promo badge with strikethrough pricing.

Desired State

Clean $12/yr display without strikethrough:

<a href="/hosted" class="btn btn-primary">Get hosted — $12/yr</a>

Files to Modify

  • clavitor.ai/test-index.html — header CTA button
  • clavitor.ai/templates/*.tmpl — any template files with pricing (check all)
  • clavitor.ai/admin/static/checkout.html — if applicable

Verification

  • No <s>, <del>, or text-decoration: line-through on pricing
  • All occurrences of pricing show clean $12/yr
  • CSS does not have legacy strikethrough rules for pricing

Priority

Medium — cosmetic fix, but affects first impression.

Assignee

Luna (design) / Emma (implementation)

## Summary Remove the crossed-out "0" pricing from the header CTA. The hosted plan is now permanently $12/year. ## Current State In `clavitor.ai/test-index.html` (line 62): ```html <a href="/hosted" class="btn btn-primary">Get hosted — <s>$20</s> $12/yr</a> ``` Screenshot shows the black promo badge with strikethrough pricing. ## Desired State Clean $12/yr display without strikethrough: ```html <a href="/hosted" class="btn btn-primary">Get hosted — $12/yr</a> ``` ## Files to Modify - [ ] `clavitor.ai/test-index.html` — header CTA button - [ ] `clavitor.ai/templates/*.tmpl` — any template files with pricing (check all) - [ ] `clavitor.ai/admin/static/checkout.html` — if applicable ## Verification - [ ] No `<s>`, `<del>`, or `text-decoration: line-through` on pricing - [ ] All occurrences of pricing show clean $12/yr - [ ] CSS does not have legacy strikethrough rules for pricing ## Priority Medium — cosmetic fix, but affects first impression. ## Assignee Luna (design) / Emma (implementation)
johan closed this issue 2026-04-09 14:20:19 +00:00
Sign in to join this conversation.
No description provided.