Skip to content

Commit

Permalink
Use as a and href in component instance
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Nov 22, 2023
1 parent 159e66f commit 0d057df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://earth.gov/ghgcenter`}>
<ExpandLink as="a" href="https://earth.gov/ghgcenter">
{" "}
U.S. Greenhouse Gas Center
</ExpandLink>
Expand Down

0 comments on commit 0d057df

Please sign in to comment.