From 874257a29b6d3a242f6909eb8ff7fab179281a45 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 3 Feb 2026 14:43:56 +0000 Subject: [PATCH] feat: Add earlier writings (WordPress) link to contact section Co-Authored-By: Claude Opus 4.5 --- components/contact-section.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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",