From cdafa1706b3a4646d4872cd73c6fc420dab6d752 Mon Sep 17 00:00:00 2001 From: siying Date: Wed, 20 Jan 2021 23:15:53 +0800 Subject: [PATCH] Added Battle Royale Link to Communication Channels --- src/components/General/Dashboard.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/General/Dashboard.js b/src/components/General/Dashboard.js index 24c554d..03d48ee 100644 --- a/src/components/General/Dashboard.js +++ b/src/components/General/Dashboard.js @@ -148,6 +148,12 @@ const categories = [ link: 'http://t.me/USPChannel', color: 'steelblue' }, + { + name: 'USP Battle Royale', + icon: ['fab', 'telegram'], + link: 'https://t.me/joinchat/SN9NUuatjjaAS9et', + color: 'steelblue' + }, { name: 'USP Life on Facebook', icon: ['fab', 'facebook'],