Skip to content

Commit

Permalink
Fix links on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Nov 22, 2023
1 parent 0af2afc commit 3f2b989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overrides/home/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function HomeComponent() {
<p>
Earth.gov is also the gateway to other interagency cooperative
efforts for our planet, like the{" "}
<ExpandLink to={`https://ghg.center/`}>
<ExpandLink to={`https://earth.gov/ghgcenter`}>
{" "}
U.S. Greenhouse Gas Center
</ExpandLink>
Expand All @@ -199,7 +199,7 @@ export default function HomeComponent() {
</span>
<Button
forwardedAs="a"
href="https://hub.ghg.center/hub/" //@TODO: This isn't working with external link
href="https://earth.gov/ghgcenter"
size="medium"
radius="square"
variation="primary-fill"
Expand All @@ -226,7 +226,7 @@ export default function HomeComponent() {
<Partners size="small" />
<Button
forwardedAs="a"
href="https://ghg.center/" //@TODO: THIS NEEDS TO BE REPLACED
href="/about"
size="medium"
radius="square"
variation="primary-fill"
Expand Down

0 comments on commit 3f2b989

Please sign in to comment.