Skip to content

Commit 336ffdc

Browse files
authored
Merge pull request #16 from mblomdahl/better-contact-info
🎨 Moar appealing contacts, end "surprise links"
2 parents c8ecb7c + 8ca27d7 commit 336ffdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ContactInformation.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ export default function ContactInformation({ locale }: { locale: Locale }) {
2727
href: CONTACT_INFO.linkedin,
2828
icon: "/linkedin.png",
2929
alt: translations.contact.linkedin,
30-
text: "LinkedIn",
30+
text: "/in/liza-blomdahl",
3131
isExternal: true,
3232
},
3333
{
3434
href: CONTACT_INFO.github,
3535
icon: "/github.png",
3636
alt: translations.contact.github,
37-
text: "GitHub",
37+
text: "@okaziya",
3838
isExternal: true,
3939
},
4040
];

0 commit comments

Comments
 (0)