feat: label new note button

This commit is contained in:
Baptiste Grob
2021-04-15 16:16:36 +02:00
parent b56ba17867
commit 465a6b55a0

View File

@@ -7,6 +7,7 @@
.sk-button.contrast.wide( .sk-button.contrast.wide(
ng-click='self.createNewNote()', ng-click='self.createNewNote()',
title='Create a new note in the selected tag' title='Create a new note in the selected tag'
aria-label="Create new note"
) )
.sk-label .sk-label
i.icon.ion-plus.add-button i.icon.ion-plus.add-button