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 }, ]; ---