From 8a616b0acdd3fcb59c464feba13f2750cc6ff032 Mon Sep 17 00:00:00 2001 From: Jamey Greenwood Date: Tue, 20 Jan 2026 21:00:00 +0000 Subject: [PATCH] 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 --- 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 49ec8d8..145ead1 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: "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