Skip to content

Commit

Permalink
Fix bug in footer data link
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed May 23, 2024
1 parent ecb3c33 commit e3346bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/bundle.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions js/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ function Footer({ siteDomain }) {
<div class="tablet:grid-col-4 padding-2 margin-0">
<h3>Download the data</h3>
<p>
You can{" "}
<a href={`${siteDomain}/data"`}>download the data here.</a>{" "}
You can <a href={`${siteDomain}/data`}>download the data here.</a>{" "}
Available in JSON and CSV format.
</p>
<p>
Expand Down Expand Up @@ -149,7 +148,7 @@ function Footer({ siteDomain }) {
>
<p class="usa-identifier__identity-domain">analytics.usa.gov</p>
<p class="usa-identifier__identity-disclaimer">
Analytics.usa.gov is a product of GSAs{" "}
Analytics.usa.gov is a product of GSA's{" "}
<a href="https://digital.gov/guides/dap/">
Digital Analytics Program
</a>
Expand Down

0 comments on commit e3346bc

Please sign in to comment.