From d79f4c0bf3dae76eaae0d36469f5b279272d6944 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 11 Sep 2021 12:00:18 +0200 Subject: splash page adjustments --- components/Splash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/Splash.js b/components/Splash.js index 93ef3ee..472e702 100644 --- a/components/Splash.js +++ b/components/Splash.js @@ -8,7 +8,7 @@ const Splash = ({ type, fixed = false }) => { const { t } = useSettings() return ( -
+

{type === 'connection' ? t('no_connection') : t('loading')}

-- cgit v1.2.3