From b3ec749aafdd787c9b52d444239da3db9c36424d Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 10 Nov 2022 15:38:50 +0100 Subject: [PATCH] landing-page: commit to test auto deploy --- apps/landing-page/src/components/header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing-page/src/components/header.astro b/apps/landing-page/src/components/header.astro index 95f337e..fb70548 100644 --- a/apps/landing-page/src/components/header.astro +++ b/apps/landing-page/src/components/header.astro @@ -10,7 +10,7 @@ const socials = [ }, // { // name: "Twitter", - // url: "https://twitter.com/astroreactive", + // url: "https://twitter.com/ayoayco", // icon: "fa-brands:twitter", // }, ];