Skip to content

Commit 2735cfc

Browse files
fix: Update SocialLinks component styling for primary text color
1 parent cf8a0d3 commit 2735cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SocialLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function SocialLinks() {
1919
href={link.url}
2020
target="_blank"
2121
rel="noopener noreferrer"
22-
className=" hover:text-primary"
22+
className="text-primary"
2323
whileHover={{ scale: 1.1 }}
2424
whileTap={{ scale: 0.95 }}
2525
initial={{ opacity: 0, y: 20 }}

0 commit comments

Comments
 (0)