diff --git a/components/backup-restore.vue b/components/backup-restore.vue
index ec52d2e..6218837 100644
--- a/components/backup-restore.vue
+++ b/components/backup-restore.vue
@@ -3,7 +3,7 @@ export default {
data: () => ({
terminalContent: '',
penpotClass: [],
- delugeClass: [],
+ plausibleClass: [],
folderClass: [],
storjClass: [],
progressBarClass: [],
@@ -27,7 +27,7 @@ export default {
this.isDemonstrationEnded = false
this.terminalContent = ''
this.folderClass = this.storjClass = this.downClass
- this.penpotClass = this.delugeClass = this.giteaClass = [...this.upClass, 'rounded-xl']
+ this.penpotClass = this.plausibleClass = this.giteaClass = [...this.upClass, 'rounded-xl']
this.storjClass = ['hidden']
this.progressBarClass = ['opacity-0']
@@ -51,11 +51,11 @@ export default {
}
}
if (i === 1) {
- this.penpotClass = this.delugeClass = this.giteaClass = [...this.upClass, ...this.pauseClass]
+ this.penpotClass = this.plausibleClass = this.giteaClass = [...this.upClass, ...this.pauseClass]
}
if (i === 2) {
this.penpotClass = [...this.compressingClass, ...this.pauseClass, 'rounded-l-xl', 'rounded-r-none']
- this.delugeClass = [...this.compressingClass, ...this.pauseClass, 'rounded-r-xl', 'rounded-l-none']
+ this.plausibleClass = [...this.compressingClass, ...this.pauseClass, 'rounded-r-xl', 'rounded-l-none']
this.giteaClass = [...this.compressingClass, ...this.pauseClass]
this.startApps = 'w-16'
}
@@ -101,12 +101,12 @@ export default {
}
if (i === 11) {
this.penpotClass = [...this.upClass, ...this.pauseClass]
- this.delugeClass = [...this.upClass, ...this.pauseClass]
+ this.plausibleClass = [...this.upClass, ...this.pauseClass]
this.giteaClass = [...this.upClass, ...this.pauseClass]
}
if (i === 13) {
this.penpotClass = [...this.upClass]
- this.delugeClass = [...this.upClass]
+ this.plausibleClass = [...this.upClass]
this.giteaClass = [...this.upClass]
}
@@ -141,9 +141,9 @@ export default {
class="flex transition-all justify-center duration-1000"
:class="startApps"
>
-