Skip to content

Commit

Permalink
Merge pull request #170 from GSA-TTS/106---accessibility
Browse files Browse the repository at this point in the history
106 -  accessibility
  • Loading branch information
ximekilgsa authored Aug 23, 2024
2 parents 7b1b87b + ee47b7e commit fb0d431
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

<div class="grid-col-auto">
<a class="usa-social-link" href="https://twitter.com/GSA_TTS"
>{% image_with_class "_img/twitter.svg" "Twitter" %}</a>
>{% image_with_class "_img/twitter.svg" "" "Twitter" %}</a>
</div>

<div class="grid-col-auto">
<a class="usa-social-link" href="https://www.linkedin.com/company/gsa-tts"
>{% image_with_class "_img/linkedin.svg" "LinkedIn" %}</a>
>{% image_with_class "_img/linkedin.svg" "" "LinkedIn" %}</a>
</div>

</div>
Expand Down
8 changes: 1 addition & 7 deletions _includes/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@
{{ content }}

{% include "footer.html" %}

{% comment %} Hide SVG Sprites {% endcomment %}
<div style="display: none;">
{% usa_icons_sprite %}
{% uswds_icons_sprite %}
</div>


{% include "scripts.html" %}
</body>

Expand Down
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
name="search"
/>
<button class="usa-button" type="submit">
{% image_with_class "_img/search--white.svg" "usa-search__submit-icon" %}
{% image_with_class "_img/search--white.svg" "usa-search__submit-icon" "Search" %}
</button>
</form>
</section>
Expand Down
4 changes: 2 additions & 2 deletions _includes/search-gov.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name="search"
/>
<button class="usa-button" type="submit">
{% image_with_class "_img/search--white.svg" "usa-search__submit-icon" %}
{% image_with_class "_img/search--white.svg" "usa-search__submit-icon" "Search" %}
</button>
</form>
</section>
</section>

0 comments on commit fb0d431

Please sign in to comment.