diff options
| -rw-r--r-- | pages/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.js b/pages/index.js index 2f7f9db..ad498cc 100644 --- a/pages/index.js +++ b/pages/index.js @@ -36,6 +36,7 @@ export default function Home () { <footer className={styles.footer}> <p>© Copyright 2021, Snug Cup. All rights reserved.</p> <p>Made in Next.JS & Hosted on Netlify</p> + <p>Models and assets made with Blender & Inkscape (Open Source Software)</p> </footer> </div> ) |
