these changes

This commit is contained in:
Nicholas Orlowsky 2022-02-03 19:03:47 -06:00
parent 9e10bfc74f
commit 0dd6a0b580
No known key found for this signature in database
GPG key ID: DA69F4D62590FB49
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ export default function Footer() {
<footer>
<div style={{height: 12, marginTop: -50}}>
<p style={{color: "grey"}} className={"m-0"}>Originally created by Nicholas Orlowsky - Licensed under GNU General Public License v3 - Original source available <a href={"https://github.com/nickorlow/personal-site"}>here</a></p>
<p>Hosting provided by <a href={"https://nws.nickorlow.com"}>Nick Web Services (NWS)</a></p>
</div>
</footer>
)