chore: change newsletter default title to "Join the newsletter"
Clear and explicit about what the user is signing up for. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7ae3af91ba
commit
8a616b0acd
@ -1677,7 +1677,7 @@ defmodule SimpleshopThemeWeb.ShopComponents do
|
||||
<.newsletter_card title="Studio news" description="Get updates on new products." />
|
||||
<.newsletter_card variant={:inline} />
|
||||
"""
|
||||
attr :title, :string, default: "Get updates"
|
||||
attr :title, :string, default: "Join the newsletter"
|
||||
attr :description, :string, default: "Be the first to see new designs and news from the studio."
|
||||
attr :button_text, :string, default: "Subscribe"
|
||||
attr :variant, :atom, default: :card
|
||||
|
||||
Loading…
Reference in New Issue
Block a user