diff --git a/lib/simpleshop_theme_web/components/shop_components.ex b/lib/simpleshop_theme_web/components/shop_components.ex index a733f9c..632cf2b 100644 --- a/lib/simpleshop_theme_web/components/shop_components.ex +++ b/lib/simpleshop_theme_web/components/shop_components.ex @@ -1751,9 +1751,9 @@ defmodule SimpleshopThemeWeb.ShopComponents do ## Examples <.social_links_card /> - <.social_links_card title="Connect with us" links={[%{platform: :instagram, url: "https://instagram.com/example", label: "Instagram"}]} /> + <.social_links_card title="Elsewhere" links={[%{platform: :instagram, url: "https://instagram.com/example", label: "Instagram"}]} /> """ - attr :title, :string, default: "Follow us" + attr :title, :string, default: "Find me online" attr :links, :list, default: [ %{platform: :instagram, url: "#", label: "Instagram"}, %{platform: :pinterest, url: "#", label: "Pinterest"}