aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-23 13:14:18 +0000
committerAndrew Lee <alee14498@protonmail.com>2021-02-23 13:14:18 +0000
commit5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9 (patch)
tree416a7dcf7cca2e093b1c47f2219ada65ae606385 /pages
parentc84fd40f4c38a24d0f519ea8f38b77ea8081c914 (diff)
downloadsnug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.tar.gz
snug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.tar.bz2
snug-cup-5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9.zip
added credits for OSS
Diffstat (limited to 'pages')
-rw-r--r--pages/index.js1
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>&copy; 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>
)