Fixes accesibility issues in some Widgets

This commit is contained in:
Alicie
2021-12-26 23:38:44 +00:00
committed by Alicia Sykes
parent 6e3d26d077
commit 2763e9ee00
9 changed files with 16 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<div class="ip-info-wrapper">
<p class="ip-address">{{ ipAddr }}</p>
<div class="region-wrapper" title="Open in Maps">
<img class="flag-image" :src="flagImg" />
<img class="flag-image" :src="flagImg" alt="Flag" />
<div class="info-text">
<p class="isp-name">{{ ispName }}</p>
<a class="ip-location" :href="mapsUrl">{{ location }}</a>