Skip to content

Commit 14a7bb7

Browse files
authored
Merge pull request #15 from MickyMik/dev
Update Hero.tsx
2 parents 4630664 + f0fce7d commit 14a7bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ const Hero = () => {
4343
{/* Social Links */}
4444
<div className="flex items-center justify-center space-x-6">
4545
<a
46-
href="#"
46+
href="https://www.linkedin.com/in/michael-m-87177793/"
4747
className="text-blue-light hover:text-white transition-colors transform hover:scale-110"
4848
aria-label="LinkedIn"
4949
>
5050
<Linkedin className="w-6 h-6" />
5151
</a>
5252
<a
53-
href="#"
53+
href="https://github.com/MickyMik"
5454
className="text-blue-light hover:text-white transition-colors transform hover:scale-110"
5555
aria-label="GitHub"
5656
>
@@ -77,4 +77,4 @@ const Hero = () => {
7777
);
7878
};
7979

80-
export default Hero;
80+
export default Hero;

0 commit comments

Comments
 (0)