better cache all note button

This commit is contained in:
Julien Calixte
2024-10-20 00:09:41 +02:00
parent 941f867031
commit 0841bbfe50
2 changed files with 22 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ const confirmBeforeCachingAllNotes = () => {
></progress>
</div>
<button v-else class="button" @click="() => confirmBeforeCachingAllNotes()">
cache all notes
<img src="/assets/offline.svg" alt="offline cloud" />
</button>
</template>