Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
#767 change TOP DIV location
Browse files Browse the repository at this point in the history
  • Loading branch information
gchi25 committed May 2, 2023
1 parent 8467d8f commit e8949d9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions components/BetaUsaGovFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<!-- To match usa.gov-->
<footer class="usa-footer usa-footer--big">
<div class="usa-footer__primary-section">
<div class="grid-container usa-footer__return-to-top">
<a
id="back-to-top"
href="#"
title="Top"
class="stuck"
:style="backgroundImageStyle"
@click.prevent="scrollToTop">
{{ $t("returnToTop") }}
</a>
</div>
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-8">
Expand Down Expand Up @@ -46,17 +57,6 @@
</div>
<!-- Footer social component. -->
<BetaUsaGovFooterSocial />
<div class="grid-container usa-footer__return-to-top">
<a
id="back-to-top"
href="#"
title="Top"
class="stuck"
:style="backgroundImageStyle"
@click.prevent="scrollToTop">
{{ $t("returnToTop") }}
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e8949d9

Please sign in to comment.