Skip to content

Commit

Permalink
change order for footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
pglevy committed May 25, 2021
1 parent f37382f commit d38f10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ <h4 class="usa-footer__primary-link">About</h4>
</div>
<h3 class="usa-footer__contact-heading">Agency Contact Center</h3>
<address class="usa-footer__address">
<div class="usa-footer__contact-info grid-row grid-gap">
<div class="grid-col-auto margin-bottom-1">
<a href="javascript:void(0);">Translate</a>
</div>
<div class="usa-footer__contact-info grid-row grid-gap">
<div class="grid-col-auto margin-bottom-1">
<a href="tel:1-800-555-5555">(800) CALL-GOVT</a>
</div>
<div class="grid-col-auto margin-bottom-1">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="grid-col-auto margin-bottom-1">
<a href="javascript:void(0);">Translate</a>
</div>
</div>
</address>
</div>
Expand Down

0 comments on commit d38f10e

Please sign in to comment.