diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-23 13:14:18 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-23 13:14:18 +0000 |
| commit | 5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9 (patch) | |
| tree | 416a7dcf7cca2e093b1c47f2219ada65ae606385 | |
| parent | c84fd40f4c38a24d0f519ea8f38b77ea8081c914 (diff) | |
| download | snug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.tar.gz snug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.tar.bz2 snug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.zip | |
added credits for OSS
| -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> ) |
