Changed add to + for better readability on ios
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<span class="button" onclick="switchScreen('history')">History</span>
|
<span class="button" onclick="switchScreen('history')">History</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="third" id="addButton">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user