Skip to content

Commit

Permalink
fix: remove unnecessary aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 7, 2024
1 parent 19dd271 commit 3d75984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
size="small"
text
label="Sync from GitHub"
aria-label="Sync from GitHub"
:icon="loadingIconId === 2 ? 'pi pi-sync pi-spin' : 'pi pi-sync'"
class="!absolute right-8 top-2 h-6 bg-transparent !px-1 hover:bg-transparent"
@click="syncFromGithub(2)"
Expand Down

0 comments on commit 3d75984

Please sign in to comment.