Fix typo in portfolio example (#4764)
`/products/` doesn't exist. Likely means`/projects/`.
This commit is contained in:
parent
e40d8d8357
commit
7c11ef63bd
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue