Fix typo in appstore link

This commit is contained in:
Johannes Zellner
2025-10-02 11:54:32 +02:00
parent 6c1b07a7f1
commit 625a55ddeb

View File

@@ -51,7 +51,7 @@ async function refresh() {
}
const appstoreCloudronLink = computed(() => {
return `${consoleServerOrigin.value}/#/${email.value ? 'cloudrons' : 'claim'}/${cloudronId.value}`;
return `${consoleServerOrigin.value}/#/${email.value ? 'cloudron' : 'claim'}/${cloudronId.value}`;
});
const inputDialog = useTemplateRef('inputDialog');