We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821a05b + 81ed9e6 commit 789a873Copy full SHA for 789a873
src/components/Contact.tsx
@@ -270,7 +270,7 @@ const Contact = () => {
270
<a
271
key={index}
272
href={social.href}
273
- className={w-10 h-10 bg-white/20 rounded-full flex items-center justify-center text-white hover:bg-white hover:text-navy transition-all transform hover:scale-110 ${social.color}}
+ className={`w-10 h-10 bg-white/20 rounded-full flex items-center justify-center text-white hover:bg-white hover:text-navy transition-all transform hover:scale-110 ${social.color}`}
274
aria-label={social.label}
275
>
276
<social.icon className="w-5 h-5" />
0 commit comments