hotfix: update modal

This commit is contained in:
2024-05-08 20:12:07 +02:00
parent a0496736dd
commit 366ff91f60
+2 -2
View File
@@ -1,11 +1,11 @@
<template> <template>
<AnimatedModal :is-open="updateModalOpen" @toggle-modal="toggleModal"> <AnimatedModal :is-open="updateModalOpen" @toggle-modal="toggleModal(false)">
<div class="modal-content"> <div class="modal-content">
<h1 style="margin-bottom: 0.5em">🚀 {{ $t('update.title') }}</h1> <h1 style="margin-bottom: 0.5em">🚀 {{ $t('update.title') }}</h1>
<div class="features-body" v-html="htmlChangelog"></div> <div class="features-body" v-html="htmlChangelog"></div>
<button class="btn btn--action" ref="confirm-btn" @click="toggleModal"> <button class="btn btn--action" ref="confirm-btn" @click="toggleModal(false)">
{{ $t('update.confirm') }} {{ $t('update.confirm') }}
</button> </button>