Fix typo in portfolio example (#4764)

`/products/` doesn't exist. Likely means`/projects/`.
This commit is contained in:
Calvin Liang 2022-09-15 10:17:49 -07:00 committed by GitHub
parent e40d8d8357
commit 7c11ef63bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">