chore: simplify newsletter card title to just "Newsletter"
Minimal and clear - the description does the selling, the button says what to do. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8a616b0acd
commit
6e52e03a03
@ -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: "Join the newsletter"
|
||||
attr :title, :string, default: "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