From 8d3755f537e3a48f35ea000d2069f432f72f4273 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Tue, 5 May 2026 16:41:00 -0400 Subject: [PATCH] Make 'New here' a secondary button in hero --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d0d38a9..82e89a7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -801,7 +801,7 @@ function LandingPage({ content }: { content: SiteContent }) { {content.heroBtnSpotify || 'Listen on Spotify'} {content.heroBtnEpisodes || 'Explore Episodes ↓'} - {content.heroBtnStartHere || 'New here? Start here →'} + {content.heroBtnStartHere || 'New here? Start here →'}