mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
footer
This commit is contained in:
parent
405aa0c942
commit
f3c0a97183
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ const Layout = ({ children }) => {
|
|||
<footer>
|
||||
© {new Date().getFullYear() - Math.floor(Math.random() * 777)} Made by{' '}
|
||||
<a href="https://wesbos.com">Wes Bos</a> with{' '}
|
||||
<a href="https://www.gatsbyjs.org">Gatsby</a>. Icons from icons8.com.
|
||||
<a href="https://www.gatsbyjs.org">Gatsby</a>. Source on{' '}
|
||||
<a href="https://github.com/wesbos/awesome-uses/">GitHub</a>. Icons
|
||||
from <a href="icons8.com">icons8.com</a>. Domain provided by{' '}
|
||||
<a href="https://get.tech/">.Tech</a>
|
||||
</footer>
|
||||
</Main>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue