Skip to content

Commit

Permalink
chore: removee unnecessary markup
Browse files Browse the repository at this point in the history
The SVG incuded via `<use>` has this markup.
  • Loading branch information
wesleyboar committed Sep 6, 2024
1 parent 1f693ef commit 4206270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taccsite_cms/templates/snippets/logos-social-media.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</svg>
</a>
<a href="https://www.instagram.com/taccutexas/" target="_blank" class="logos__instagram">
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" role="img">
<svg viewBox="0 0 256 256" role="img">
<title>Instagram</title>
<use href="/static/site_cms/img/org_logos/instagram.svg#instagram-icon"></use>
</svg>
Expand Down

0 comments on commit 4206270

Please sign in to comment.