Fix typo in appstore link
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user