Changed add to + for better readability on ios

This commit is contained in:
2023-07-21 17:35:26 +01:00
parent f8b9b5407b
commit b26b0c01b0

View File

@@ -38,7 +38,7 @@
<span class="button" onclick="switchScreen('history')">History</span>
</div>
<div class="third" id="addButton">
<span class="button" onclick="switchScreen('add')" >Add Task</span>
<span class="button" onclick="switchScreen('add')" >+ Task</span>
</div>
</div>
</div>