footer clarity

This commit is contained in:
Nicholas Orlowsky 2022-02-03 17:03:26 -06:00
parent e30cb592a9
commit 83448e561a
No known key found for this signature in database
GPG key ID: DA69F4D62590FB49

View file

@ -4,7 +4,7 @@ export default function Footer() {
return (
<footer>
<div style={{height: 12, marginTop: -50}}>
<p style={{color: "grey"}} className={"m-0"}>Created by 2021 Nicholas Orlowsky - Licensed under GNU General Public License v3 - Original source available <a href={"https://github.com/nickorlow/personal-site"}>here</a></p>
<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>
</div>
</footer>
)