Skip to content

Commit 789a873

Browse files
authored
Merge pull request #24 from MickyMik/dev
Update Contact.tsx
2 parents 821a05b + 81ed9e6 commit 789a873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const Contact = () => {
270270
<a
271271
key={index}
272272
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}}
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}`}
274274
aria-label={social.label}
275275
>
276276
<social.icon className="w-5 h-5" />

0 commit comments

Comments
 (0)