From 5d529755b7b2c106661c45c6318eef66210990c7 Mon Sep 17 00:00:00 2001 From: Sam Holmes Date: Sun, 12 Jan 2025 01:42:13 -0800 Subject: [PATCH] Make the CTA purple --- app/components/GiveATalkCTA.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/GiveATalkCTA.tsx b/app/components/GiveATalkCTA.tsx index 7b0bf11..19b153e 100644 --- a/app/components/GiveATalkCTA.tsx +++ b/app/components/GiveATalkCTA.tsx @@ -7,7 +7,7 @@ const GiveATalkCTA: React.FC = () => { href={links.talkSubmissionUrl} target="_blank" rel="noopener noreferrer" - className="fixed flex items-center px-6 py-3 space-x-2 font-bold text-white transition-all duration-300 ease-in-out transform -translate-x-1/2 rounded-full shadow-lg bg-gradient-to-r from-blue-500 to-purple-600 sm:bottom-12 bottom-6 left-1/2 hover:from-blue-600 hover:to-purple-700 hover:scale-105 animate-pulse" + className="fixed flex items-center px-6 py-3 space-x-2 font-bold text-white transition-all duration-300 ease-in-out transform -translate-x-1/2 rounded-full shadow-lg bg-gradient-to-r from-purple-500 to-purple-600 sm:bottom-12 bottom-6 left-1/2 hover:from-purple-600 hover:to-purple-700 hover:scale-105 animate-pulse" >