From 92aa680bf039a1fff347cfd6b0386867c113a319 Mon Sep 17 00:00:00 2001 From: dcbuild3r Date: Wed, 24 Jun 2026 18:52:48 +0200 Subject: [PATCH] fix: update footer social links --- src/components/footer/SiteFooter.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/footer/SiteFooter.astro b/src/components/footer/SiteFooter.astro index df5a0b9..8eab20f 100644 --- a/src/components/footer/SiteFooter.astro +++ b/src/components/footer/SiteFooter.astro @@ -13,8 +13,7 @@ const product = [ : { label: 'BENCHMARKS', href: '/benchmarks', external: false }, ]; const community = [ - { label: 'TELEGRAM', href: 'https://t.me/provekit', external: true }, - { label: 'TWITTER', href: 'https://twitter.com/provekit', external: true }, + { label: 'TELEGRAM', href: 'https://t.me/+wmzbGE6sVIUzZjk8', external: true }, { label: 'GITHUB', href: 'https://github.com/worldfnd/provekit', external: true }, ]; ---