footer clarity
This commit is contained in:
parent
e30cb592a9
commit
83448e561a
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue