About: Revert sponsor dialog sign up link

This commit is contained in:
Michael Mayer 2022-01-03 19:16:21 +01:00
parent 92301a4c9e
commit 66d08da3f4

View file

@ -70,7 +70,7 @@ export default {
this.$emit('close');
},
signUp() {
window.open("https://docs.photoprism.app/funding/", "_blank");
window.open("https://www.patreon.com/photoprism", "_blank");
this.$emit('close');
},
},