Skip to content

Commit

Permalink
Added title and aria-label to fix accessibility for Google Map embed (#…
Browse files Browse the repository at this point in the history
…298)

Co-authored-by: Wesli-S <[email protected]>
Co-authored-by: FeelinProggy <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent 041dd89 commit 4f65a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC2/Views/Home/ContactPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
</div>

<div class="divider"></div>
<iframe width="768" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=3716%20Pacific%20Avenue%20%20Suite%20A%20%20Tacoma,%20WA%20%2098418&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
<iframe title="Map to PC2 Office" aria-label="Map to PC2 Office" width="768" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=3716%20Pacific%20Avenue%20%20Suite%20A%20%20Tacoma,%20WA%20%2098418&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>

0 comments on commit 4f65a3c

Please sign in to comment.