From 2ff467aeda200d94dfc40cc3ad83929fc11daaa2 Mon Sep 17 00:00:00 2001 From: Chef-Chungus <71833681+Chef-Chungus@users.noreply.github.com> Date: Mon, 8 Feb 2021 12:28:29 +0900 Subject: [PATCH] chore: Add French and JP groups (#171) --- src/widgets/Menu/config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/widgets/Menu/config.ts b/src/widgets/Menu/config.ts index 4e694bab7..703517018 100644 --- a/src/widgets/Menu/config.ts +++ b/src/widgets/Menu/config.ts @@ -154,6 +154,14 @@ export const socials = [ label: "Español", href: "https://t.me/PancakeswapEs", }, + { + label: "日本語", + href: "https://t.me/pancakeswapjp", + }, + { + label: "Français", + href: "https://t.me/pancakeswapfr", + }, { label: "Announcements", href: "https://t.me/PancakeSwapAnn",