diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 307bc87ab..2a0216e95 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -117,6 +117,7 @@
{{ t('bookmarks', 'My work on this Bookmarks app is fuelled by a voluntary subscription model. If you think what I do is worthwhile, I would be happy if you could support my work. Also, please consider giving the app a review on the Nextcloud app store. Thank you 💙 ') }}
+ @@ -271,4 +272,8 @@ export default { top: 0; left: -1000px; } + + .settings p a { + text-decoration: underline; + }