diff --git a/components/contact-section.tsx b/components/contact-section.tsx index 53055f3..184b51b 100644 --- a/components/contact-section.tsx +++ b/components/contact-section.tsx @@ -20,6 +20,15 @@ const socials = [ label: "Medium", href: "https://medium.com/@jeffemmett", }, + { + icon: () => ( + + + + ), + label: "Earlier Writings", + href: "https://thoughtsglapbaan.wordpress.com/", + }, { icon: Github, label: "Commons Stack",