chore: add "No spam" to newsletter description

Addresses the real concern people have about signing up.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jamey Greenwood 2026-01-20 21:08:48 +00:00
parent c3f3bc237e
commit 9c81f9511d

View File

@ -1677,7 +1677,7 @@ defmodule SimpleshopThemeWeb.ShopComponents do
<.newsletter_card variant={:inline} />
"""
attr :title, :string, default: "Newsletter"
attr :description, :string, default: "New designs and updates, straight to your inbox."
attr :description, :string, default: "New designs and updates. No spam."
attr :button_text, :string, default: "Subscribe"
attr :variant, :atom, default: :card