From 0dcae6f74f05c67a992386fcea5f829fd8b445fb Mon Sep 17 00:00:00 2001 From: Avris Date: Sat, 31 Oct 2020 16:08:48 +0100 Subject: [PATCH] accessibility improvements --- components/Footer.vue | 12 +++++++----- components/ListInput.vue | 6 +++--- components/Opinion.vue | 6 +++--- components/OpinionListInput.vue | 3 +++ components/ProfileOverview.vue | 2 +- components/ScrollButton.vue | 2 +- components/Share.vue | 2 +- locale/pl/translations.suml | 8 ++++++++ 8 files changed, 27 insertions(+), 14 deletions(-) diff --git a/components/Footer.vue b/components/Footer.vue index 6a543362..cbdb3517 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -21,17 +21,19 @@
+ :link="link.url" + :aria-label="link.icon" + >
- - + + Avris - + - +
diff --git a/components/ListInput.vue b/components/ListInput.vue index 0834e22d..1bd7608b 100644 --- a/components/ListInput.vue +++ b/components/ListInput.vue @@ -3,7 +3,7 @@
  • -
    @@ -11,7 +11,7 @@
    -
    @@ -19,7 +19,7 @@
  • -
  • diff --git a/components/Opinion.vue b/components/Opinion.vue index 8c8328a6..3d9641e9 100644 --- a/components/Opinion.vue +++ b/components/Opinion.vue @@ -1,17 +1,17 @@