From 6e52e03a033db8622528a2659e56a363b9080b26 Mon Sep 17 00:00:00 2001 From: Jamey Greenwood Date: Tue, 20 Jan 2026 21:04:16 +0000 Subject: [PATCH] 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 --- lib/simpleshop_theme_web/components/shop_components.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpleshop_theme_web/components/shop_components.ex b/lib/simpleshop_theme_web/components/shop_components.ex index 145ead1..d45cd90 100644 --- a/lib/simpleshop_theme_web/components/shop_components.ex +++ b/lib/simpleshop_theme_web/components/shop_components.ex @@ -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