From 5c01d1ff7e778062708c8ddf179bf6311146adc3 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 5 Aug 2024 16:20:25 +0200 Subject: [PATCH] feat(Settings): Link to app store Signed-off-by: Marcel Klehr --- src/components/Settings.vue | 5 +++++ 1 file changed, 5 insertions(+) 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 💙 ') }}

 

GitHub Sponsors, Patreon, Liberapay, Ko-Fi, PayPal

+

Review Nextcloud Bookmarks on apps.nextcloud.com

@@ -271,4 +272,8 @@ export default { top: 0; left: -1000px; } + + .settings p a { + text-decoration: underline; + }