Skip to content

Commit

Permalink
fix: fixed project page link on view all projects button
Browse files Browse the repository at this point in the history
  • Loading branch information
JCU25 committed Aug 14, 2024
1 parent 5d48a53 commit cadf270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ import ProjectHighlightRightImg from "../components/ProjectHighlightRightImg.ast
</div>

<div class="project-button-div">
<a class="project-button" href="/projectsv2">View All Projects</a>
<a class="project-button" href="/projects">View All Projects</a>
</div>
</section>
</Layout>
Expand Down

0 comments on commit cadf270

Please sign in to comment.