From 934758aa6754e472223d69ed9d51dab6d39da4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 26 Sep 2021 20:57:06 +0200 Subject: [PATCH] Use Telegram env variable to index --- pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index 1c998ed..cdd67bd 100644 --- a/pages/index.js +++ b/pages/index.js @@ -33,7 +33,7 @@ const REZO = [ id: 'telegram', tit: 'Telegram', icon: , - link: 'https://t.me/OrganisationKA' + link: `https://t.me/${TELEGRAM_GROUP}` }, { id: 'mizik',