Skip to content

Commit

Permalink
Add link in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Nov 20, 2023
1 parent 7d2a01e commit fc7cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redesign/components/HomeTransparency.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function HomeTransparency() {
title="PolicyEngine's API computes policy impacts"
description="Instantly compute taxes and benefits for any household under current or reformed policy rules, using the PolicyEngine REST API, reproducing any result in the web app."
linkTitle="Explore the documentation"
link={`https://policyengine.github.io/policyengine-${countryId}`}
link={`/${countryId}/api`}
image={apiScreenshot}
altText="Screenshot of PolicyEngine's API documentation"
borderColor={style.colors.BLACK}
Expand Down

0 comments on commit fc7cfb7

Please sign in to comment.