Skip to content

Commit

Permalink
fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed Feb 13, 2024
1 parent 237aab9 commit 614f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public-frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<About></About>
<FAQ></FAQ>
<div id="sponsors-container">
<h3><router-link to="/sponsors">Our Sponsors:</router-link></h3>
<h3><router-link to="/sponsor">Our Sponsors:</router-link></h3>
<Sponsors :row="true" :item-width="200" :item-height="50" />
</div>
<Map></Map>
Expand Down

0 comments on commit 614f83a

Please sign in to comment.