From 9c6c35ea89108b652415f990cb768767afcbe7b0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes <=> Date: Sun, 26 Dec 2021 23:38:44 +0000 Subject: [PATCH] :wheelchair: Fixes accesibility issues in some Widgets --- src/components/Widgets/Apod.vue | 2 +- src/components/Widgets/CryptoWatchList.vue | 2 +- src/components/Widgets/GitHubProfile.vue | 6 +++--- src/components/Widgets/GitHubTrending.vue | 2 +- src/components/Widgets/IframeWidget.vue | 1 + src/components/Widgets/NewsHeadlines.vue | 2 +- src/components/Widgets/PublicIp.vue | 2 +- src/components/Widgets/RssFeed.vue | 4 ++-- src/components/Widgets/StatPing.vue | 7 +++++-- 9 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/components/Widgets/Apod.vue b/src/components/Widgets/Apod.vue index 6bd9e0c6..5633cc70 100644 --- a/src/components/Widgets/Apod.vue +++ b/src/components/Widgets/Apod.vue @@ -4,7 +4,7 @@ {{ title }} - +
{{ copyright }}
{{ truncatedDescription }}
diff --git a/src/components/Widgets/CryptoWatchList.vue b/src/components/Widgets/CryptoWatchList.vue index 115f42bf..0f11f232 100644 --- a/src/components/Widgets/CryptoWatchList.vue +++ b/src/components/Widgets/CryptoWatchList.vue @@ -7,7 +7,7 @@ class="asset-wrapper" v-tooltip="tooltip(asset.info)" > - +{{ asset.name }}
{{ asset.price | formatPrice }}
diff --git a/src/components/Widgets/GitHubProfile.vue b/src/components/Widgets/GitHubProfile.vue
index 4f7de097..8f24aa34 100644
--- a/src/components/Widgets/GitHubProfile.vue
+++ b/src/components/Widgets/GitHubProfile.vue
@@ -1,9 +1,9 @@
{{ repo.name }} {{ article.description }}
{{ ipAddr }}
{{ ispName }}
{{ location }} diff --git a/src/components/Widgets/RssFeed.vue b/src/components/Widgets/RssFeed.vue index 06fc3e75..12359eb7 100644 --- a/src/components/Widgets/RssFeed.vue +++ b/src/components/Widgets/RssFeed.vue @@ -2,7 +2,7 @@