Skip to content

Commit

Permalink
Make the CTA purple
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jan 12, 2025
1 parent b4d61fd commit 5d52975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/GiveATalkCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 5d52975

Please sign in to comment.