Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/HomepageCards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ const LearnMoreList = [
linkTitle: 'plandev-support@googlegroups.com',
description: (
<>
Have a specific quesion that you'd like help with? Curious to speak with someone directly? Send us an email and
we are happy to help you with PlanDev.
NASA Missions: Have a specific quesion that you'd like help with? Curious to speak with someone directly? Send
us an email and we are happy to help you with PlanDev.
</>
),
},
Expand Down
4 changes: 3 additions & 1 deletion src/components/HomepageFooter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export function HomepageFooter() {
<img className={styles.logo} src={`./img/plandev-wordmark-${colorMode}.svg`} />
<ul className={styles.footerList}>
<li>
<span className={styles.footerLink}>AMMOS | Advanced Multi-Mission Operations System</span>
<a className={styles.footerLink} href="https://ammos.nasa.gov/">
AMMOS | Advanced Multi-Mission Operations System
</a>
</li>
<li>
<span className={styles.footerLink}>Multimission Ground System Services (MGSS)</span>
Expand Down
Loading