Skip to content

Commit

Permalink
Fix typo in portfolio example (#4764)
Browse files Browse the repository at this point in the history
`/products/` doesn't exist. Likely means`/projects/`.
  • Loading branch information
Calvin-LL authored Sep 15, 2022
1 parent e40d8d8 commit 7c11ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/portfolio/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const featuredProject = projects[0];
<h3 class="sectionTitle">Selected Work</h3>
<PortfolioPreview project={featuredProject} />
<div class="buttonContainer">
<a href="/products/" class="button">View All</a>
<a href="/projects/" class="button">View All</a>
</div>
</div>
<div class="section">
Expand Down

0 comments on commit 7c11ef6

Please sign in to comment.