feat: Add earlier writings (WordPress) link to contact section
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b482cab8cf
commit
874257a29b
|
|
@ -20,6 +20,15 @@ const socials = [
|
|||
label: "Medium",
|
||||
href: "https://medium.com/@jeffemmett",
|
||||
},
|
||||
{
|
||||
icon: () => (
|
||||
<svg className="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
|
||||
<path d="M16.074 2.398L4.066 14.406l-1.478 6.284a.5.5 0 00.602.602l6.284-1.478L21.482 7.806l-5.408-5.408zM3.5 22a.5.5 0 01-.354-.146.5.5 0 01-.146-.354L3.5 22zm15.56-15.56l-1.414 1.414-2.121-2.121 1.414-1.414 2.121 2.121z" />
|
||||
</svg>
|
||||
),
|
||||
label: "Earlier Writings",
|
||||
href: "https://thoughtsglapbaan.wordpress.com/",
|
||||
},
|
||||
{
|
||||
icon: Github,
|
||||
label: "Commons Stack",
|
||||
|
|
|
|||
Loading…
Reference in New Issue