From: Daniel Karbach Date: Mon, 17 Jul 2023 14:33:39 +0000 (+0200) Subject: show map name in title/heading X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=2dd77d469225174b6b37509fce43b92f451412e7;p=alttp.git show map name in title/heading --- diff --git a/resources/js/components/pages/Map.js b/resources/js/components/pages/Map.js index 3cbd31f..8291ef2 100644 --- a/resources/js/components/pages/Map.js +++ b/resources/js/components/pages/Map.js @@ -20,13 +20,13 @@ const Map = () => { return - {t('map.heading')} + {t('map.heading')} - {t(`map.${activeMap}Long`)}
-

{t('map.heading')}

+

{t('map.heading')} - {t(`map.${activeMap}Long`)}