Removed references to DiceCloud being in beta

This commit is contained in:
Stefan Zermatten
2023-06-07 14:54:12 +02:00
parent 26affda339
commit af421eef9c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
:value="true"
type="info"
>
This page is not available in this version of the beta.
This page is not available in this version of DiceCloud.
</v-alert>
</div>
</template>

View File

@@ -27,7 +27,7 @@
v-if="model.public && docRef.collection === 'libraries'"
readonly
label="Link"
:value="'https://beta.dicecloud.com' + $router.resolve({
:value="'https://dicecloud.com' + $router.resolve({
name: 'singleLibrary',
params: { id: model._id },
}).href"