diff --git a/src/App.vue b/src/App.vue
index 78762fe3..586506cf 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -136,6 +136,7 @@
+
diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss
index dfa7ccf0..e85bd4e3 100644
--- a/src/styles/theme/navigation.scss
+++ b/src/styles/theme/navigation.scss
@@ -315,3 +315,12 @@
.logout-icon {
margin-right: 0.85em !important;
}
+
+.menu-bottom-link {
+ width: 100%;
+ color: $grey-light;
+ text-align: center;
+ display: block;
+ margin: 1em 0;
+ font-size: .8em;
+}