fix(to do dates): Add the word "Due" to the HTML

This commit is contained in:
CuriousMagpie
2023-05-04 16:35:27 -04:00
parent 7e210c56b0
commit 0e0cd99ded

View File

@@ -243,7 +243,7 @@
class="svg-icon calendar"
v-html="icons.calendar"
></div>
<span>{{ formatDueDate() }}</span>
<span>Due {{ formatDueDate() }}</span>
</div>
<div class="icons-right d-flex justify-content-end">
<div