Skip to content

Commit

Permalink
fix naked link, remove aria label, use va-link component (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
eselkin authored Nov 7, 2023
1 parent 8600ccb commit ec4aa83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/site/layouts/vet_center_locations_list.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@
</h2>
<p class="vads-u-font-size--base">
Looking for a Vet Center in another area?
<a aria-label="find locations" href="/find-locations">
Find a Vet Center location
</a>
<va-link
href="/find-locations"
text="Find a Vet Center location"
>
</p>
<va-back-to-top></va-back-to-top>
<!-- Last updated & feedback button -->
Expand Down

0 comments on commit ec4aa83

Please sign in to comment.