We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1471edd commit 6bf98d0Copy full SHA for 6bf98d0
1 file changed
src/components/SocialLinks.tsx
@@ -1,4 +1,3 @@
1
-
2
import { Mail, Instagram, Github } from "lucide-react";
3
4
const SocialLinks = () => {
@@ -12,7 +11,7 @@ const SocialLinks = () => {
12
11
<Mail className="h-5 w-5 opacity-75 hover:opacity-100" />
13
</a>
14
<a
15
- href="https://github.com/github"
+ href="https://github.com/tallowen/"
16
className="transition-transform hover:scale-110"
17
target="_blank"
18
rel="noopener noreferrer"
0 commit comments