From ac7f5b6b56fbdd6a70db99ce1983ba6ad56f9e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Allonneau?= Date: Sat, 21 Mar 2020 15:49:23 +0100 Subject: [PATCH] fix(home): put instagram after twitter Co-Authored-By: Yasuaki Uechi --- web/src/components/Welcome.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Welcome.tsx b/web/src/components/Welcome.tsx index a80ba1c..b40059b 100644 --- a/web/src/components/Welcome.tsx +++ b/web/src/components/Welcome.tsx @@ -76,10 +76,10 @@ const Welcome: React.FC = () => { {t('providers.linux')} - {t('providers.instagram')} + {t('providers.twitter')} - {t('providers.twitter')} + {t('providers.instagram')} {t('providers.spectrum')}