Skip to content

Commit

Permalink
Merge pull request #603 from loco-rs/starter-saas-typo
Browse files Browse the repository at this point in the history
saas starter: fix typo in footer
  • Loading branch information
kaplanelad authored Jun 6, 2024
2 parents 06a7995 + 5f97355 commit 0a1b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/saas/frontend/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<li><a href="https://loco.rs?ref=starter" target="_blank">Our Documentation</a></li>
<li><a href="https://github.com/loco-rs/loco?ref=starter" target="_blank">GitHub</a></li>
<li><a href="https://github.com/loco-rs/loco/issues?ref=starter" target="_blank">Found a bug?</a></li>
<li><a href="https://github.com/loco-rs/loco/discussions?ref=starter" target="_blank">Need help?</a></li>
<li><a href="https://github.com/loco-rs/loco/discussions?ref=starter" target="_blank">Needs help?</a></li>
</ul>
</footer>

Expand Down

0 comments on commit 0a1b954

Please sign in to comment.