Minor changes

This commit is contained in:
2021-10-27 13:45:54 -03:00
parent 57d55fb0fe
commit 605ad41198
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ const Footer = (props) => {
{/* <p>
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>.
</p> */}
<a href="/credits">Credits</a>
<a href="/credits-page">Credits</a>
</footer>
)
}