diff --git a/src/components/InsightsSection.tsx b/src/components/InsightsSection.tsx index 712c7ab..0398523 100644 --- a/src/components/InsightsSection.tsx +++ b/src/components/InsightsSection.tsx @@ -79,7 +79,6 @@ function ExploreAllButton() { text="Explore All" onClick={() => navigateTo('/learning/articles')} ariaLabel="Explore all leadership insights and ideas" - className="explore-all-cta-override" /> ); }