diff --git a/src/views/desktop/MainLayout.vue b/src/views/desktop/MainLayout.vue
index d98eedb5..065d4cdc 100644
--- a/src/views/desktop/MainLayout.vue
+++ b/src/views/desktop/MainLayout.vue
@@ -78,12 +78,6 @@
{{ $t('Use on Mobile Device') }}
-
-
-
- {{ $t('Switch to Mobile Version') }}
-
-
@@ -177,6 +171,7 @@
+ {{$t('Switch to Mobile Version') }}
{{ $t('Close') }}
@@ -214,7 +209,6 @@ import {
mdiSwapHorizontal,
mdiCogOutline,
mdiCellphone,
- mdiMonitorCellphone,
mdiInformationOutline,
mdiThemeLightDark,
mdiWeatherSunny,
@@ -243,7 +237,6 @@ export default {
exchangeRates: mdiSwapHorizontal,
settings: mdiCogOutline,
mobile: mdiCellphone,
- switchToMobile: mdiMonitorCellphone,
about: mdiInformationOutline,
themeAuto: mdiThemeLightDark,
themeLight: mdiWeatherSunny,