fix emails

This commit is contained in:
miloschwartz 2025-07-17 13:20:27 -07:00
parent 417811e94f
commit 1159a79410
No known key found for this signature in database
3 changed files with 19 additions and 14 deletions

View file

@ -12,7 +12,7 @@ export default function ButtonLink({
return (
<a
href={href}
className={`inline-block bg-primary hover:bg-primary/90 text-white font-semibold px-8 py-3 rounded-lg text-center no-underline transition-colors ${className}`}
className={`inline-block bg-primary text-white font-semibold px-8 py-3 rounded-lg text-center no-underline ${className}`}
style={{
backgroundColor: "#F97316",
textDecoration: "none"