From 8ceadf2fc4544d040886b205efeac251da015f7c Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 13 Jun 2024 21:43:25 +0900 Subject: [PATCH] fix: fix logos social links --- src/data/bu-data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/bu-data.ts b/src/data/bu-data.ts index 4f0be8b..7ee7990 100644 --- a/src/data/bu-data.ts +++ b/src/data/bu-data.ts @@ -11,8 +11,8 @@ const BU_DATA: any = { 'A movement supporting the development of the decentralised web. Logos technologies lay the foundations for a freer internet upon which communities can evolve into network states. Each protocol in the Logos stack seeks to empower its users while upholding civil liberties and fundamental freedoms.', connect: [ { link: 'http://forum.logos.co', label: 'Forum' }, - { link: 'https://x.com/Logos_state', label: 'X' }, - { link: 'http://www.discord.gg/logos-state', label: 'Discord' }, + { link: 'https://x.com/Logos_network', label: 'X' }, + { link: 'https://discord.com/invite/logosnetwork', label: 'Discord' }, ], website: 'https://logos.co/', github: 'https://github.com/logos-co',