From c29290cfec0a79386caeaf8f8e98ab30a26ffb79 Mon Sep 17 00:00:00 2001 From: daffl Date: Thu, 9 Jan 2025 11:19:06 -0800 Subject: [PATCH] website: Remove Twitter links --- docs/.vitepress/meta.ts | 2 +- docs/components/HomeCreateFirstApp.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/meta.ts b/docs/.vitepress/meta.ts index 218cd7337b..297b490a51 100644 --- a/docs/.vitepress/meta.ts +++ b/docs/.vitepress/meta.ts @@ -19,7 +19,7 @@ export const github = 'https://github.com/feathersjs/feathers' export const releases = 'https://github.com/feathersjs/feathers/releases' export const contributing = 'https://github.com/feathersjs/feathers/blob/master/.github/contributing.md' export const discord = 'https://discord.gg/qa8kez8QBx' -export const twitter = 'https://twitter.com/feathersjs' +export const twitter = null; /* Avatar/Image/Sponsors servers */ export const preconnectLinks = [googleapis, gstatic] diff --git a/docs/components/HomeCreateFirstApp.vue b/docs/components/HomeCreateFirstApp.vue index 3ba2a5ac1f..b18b8c1347 100644 --- a/docs/components/HomeCreateFirstApp.vue +++ b/docs/components/HomeCreateFirstApp.vue @@ -6,8 +6,7 @@

Check out the docs to learn more about Feathers.

- Feel free say hello on Discord, or show us - some love on Twitter. + Feel free say hello on Discord.