We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4630664 + f0fce7d commit 14a7bb7Copy full SHA for 14a7bb7
src/components/Hero.tsx
@@ -43,14 +43,14 @@ const Hero = () => {
43
{/* Social Links */}
44
<div className="flex items-center justify-center space-x-6">
45
<a
46
- href="#"
+ href="https://www.linkedin.com/in/michael-m-87177793/"
47
className="text-blue-light hover:text-white transition-colors transform hover:scale-110"
48
aria-label="LinkedIn"
49
>
50
<Linkedin className="w-6 h-6" />
51
</a>
52
53
+ href="https://github.com/MickyMik"
54
55
aria-label="GitHub"
56
@@ -77,4 +77,4 @@ const Hero = () => {
77
);
78
};
79
80
-export default Hero;
+export default Hero;
0 commit comments