Skip to content

Commit

Permalink
feat(Settings): Link to app store
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Aug 5, 2024
1 parent 95e8ae7 commit 5c01d1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<p>{{ 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 💙 ') }}</p>
<p>&nbsp;</p>
<p><a href="https://github.com/sponsors/marcelklehr">GitHub Sponsors</a>, <a href="https://www.patreon.com/marcelklehr">Patreon</a>, <a href="https://liberapay.com/marcelklehr/donate">Liberapay</a>, <a href="https://ko-fi.com/marcelklehr">Ko-Fi</a>, <a href="https://www.paypal.me/marcelklehr1">PayPal</a></p>
<p><a href="https://apps.nextcloud.com/apps/bookmarks">Review Nextcloud Bookmarks on apps.nextcloud.com</a></p>
</NcAppSettingsSection>
</NcAppSettingsDialog>
</template>
Expand Down Expand Up @@ -271,4 +272,8 @@ export default {
top: 0;
left: -1000px;
}
.settings p a {
text-decoration: underline;
}
</style>

0 comments on commit 5c01d1f

Please sign in to comment.