From eb93ec8ce62b05de776f751f4d2f52ff60f93f16 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Wed, 5 Aug 2026 17:43:04 +0300 Subject: [PATCH] fix(website): update author X profile --- website/src/components/AuthorCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/AuthorCard.astro b/website/src/components/AuthorCard.astro index d5da3abe..ba3a1014 100644 --- a/website/src/components/AuthorCard.astro +++ b/website/src/components/AuthorCard.astro @@ -2,7 +2,7 @@ const name = 'Can Celik'; const role = 'Building Herdr'; const photo = '/assets/author-can.jpeg'; -const x = 'https://x.com/lumendriada'; +const x = 'https://x.com/cancelik'; const email = 'can@herdr.dev'; ---