Skip to content

Commit

Permalink
Update footer content closes #541 (#555)
Browse files Browse the repository at this point in the history
* Update footer content

* Update footer snapshot

* Update site definition
  • Loading branch information
Tammo-Feldmann authored Jun 27, 2023
1 parent d565f9b commit 0755f8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/components/__tests__/__snapshots__/footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ exports[`Footer renders correctly 1`] = `
<p
data-cy="footer-subtitle"
>
NASA | CASEI
is a comprehensive inventory containing information about all airborne and field campaigns as well as aircrafts, instruments, and data products.
CASEI is a comprehensive inventory of holistic contextual
information for NASA's Earth Science airborne and field campaigns,
including details on instruments, aircraft and other platforms, and
access to data products.
</p>
</div>
<div
Expand Down
7 changes: 4 additions & 3 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ const Footer = ({ shortname }) => {
{shortname}
</div>
<p data-cy="footer-subtitle">
{shortname} is a comprehensive inventory containing information
about all airborne and field campaigns as well as aircrafts,
instruments, and data products.
{`CASEI is a comprehensive inventory of holistic contextual
information for NASA's Earth Science airborne and field campaigns,
including details on instruments, aircraft and other platforms, and
access to data products.`}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion test/__fixtures__/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"headerType": "CASEI LogoNASA | CASEIExploreGlossaryAboutFAQSContact",
"description": "An inventory of NASA’s airborne and field campaigns",
"author": "@developmentseed",
"siteDefinition": "NASA | CASEI is a comprehensive inventory containing information about all airborne and field campaigns as well as aircrafts, instruments, and data products."
"siteDefinition": "CASEI is a comprehensive inventory of holistic contextual information for NASA's Earth Science airborne and field campaigns, including details on instruments, aircraft and other platforms, and access to data products."
}
}

0 comments on commit 0755f8f

Please sign in to comment.