Skip to content

Commit

Permalink
quick links typos as seen in #18
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Oct 17, 2024
1 parent 3e851cf commit c2c4902
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer: React.FC<{
<Row>
<Col md="6" lg="3" xxl="3">
<p>
Browse our <b>models</b> at{" "}
Browse all <b>Impresso models</b> at{" "}
<a href="https://huggingface.co/impresso-project/">
🤗 Hugging Face
</a>{" "}
Expand All @@ -53,8 +53,9 @@ const Footer: React.FC<{
</Col>
<Col md="6" lg="3" xxl="3">
<p>
Checkout our <a href="/public-api/docs">Rest API documentation</a>{" "}
or the documentation of our{" "}
Check out our{" "}
<a href="/public-api/docs">Rest API documentation</a> or the
documentation of our{" "}
<a href="https://pypi.org/project/impresso">
Impresso Python Library
</a>{" "}
Expand Down

0 comments on commit c2c4902

Please sign in to comment.