fix privacy policy niggles and add last-updated date to legal pages
All checks were successful
deploy / deploy (push) Successful in 1m19s

- Capitalise lead sentence regardless of shop_name value
- Add stripe.com/privacy URL when mentioning Stripe in payment section
- Remove mention of logout from session cookie description
- Make third-party sharing text provider-agnostic (no longer names Printify etc.)
- Add :updated_at block to privacy, delivery, and terms pages showing when
  content last changed — auto-tracked via content hash, so the date advances
  automatically whenever relevant settings change

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-24 14:33:01 +00:00
parent 933f685b63
commit 781ebc8cd8
3 changed files with 71 additions and 9 deletions

View File

@@ -2043,10 +2043,16 @@
.rich-text-lead {
font-size: var(--t-text-large);
margin-bottom: 1rem;
margin-bottom: 0.5rem;
color: var(--t-text-primary);
}
.rich-text-updated-at {
font-size: var(--t-text-small);
color: var(--t-text-secondary);
margin-bottom: 2rem;
}
.rich-text-paragraph {
margin-bottom: 1rem;
color: var(--t-text-secondary);