From 35de76d25976ec8cdd0ac0b4def71b561c240694 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Tue, 30 Sep 2025 17:43:12 +0530 Subject: [PATCH] blog btn fix --- src/components/InsightsSection.tsx | 1 - 1 file changed, 1 deletion(-) 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" /> ); }