diff --git a/src/App.vue b/src/App.vue index 78762fe32..586506cf8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -136,6 +136,7 @@ + Powered by Vikunja
diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index dfa7ccf04..e85bd4e30 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; +}