From 35de9d812fbe00d5a1f4b3f76afe043fff83a3c5 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Fri, 20 Apr 2018 18:16:34 -0700
Subject: [PATCH] Add attribution for environment

---
 src/assets/stylesheets/index.scss |  4 ++++
 src/react-components/home-root.js | 10 ++++++++++
 2 files changed, 14 insertions(+)

diff --git a/src/assets/stylesheets/index.scss b/src/assets/stylesheets/index.scss
index 388336572..b09114616 100644
--- a/src/assets/stylesheets/index.scss
+++ b/src/assets/stylesheets/index.scss
@@ -218,6 +218,10 @@ body {
 
     &__bottom {
       margin-top: 4px;
+
+      a {
+	color: $grey-text;
+      }
     }
   }
 }
diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js
index 145b7e196..88d697a2d 100644
--- a/src/react-components/home-root.js
+++ b/src/react-components/home-root.js
@@ -266,6 +266,16 @@ class HomeRoot extends Component {
                 <div className="footer-content__links__bottom">
                   <FormattedMessage id="home.made_with_love" />
                   <span style={{ fontWeight: "bold", color: "white" }}>moz://a</span>
+                  <span>
+                    &nbsp;&nbsp;|&nbsp;&nbsp;Medieval Fantasy Book by{" "}
+                    <a
+                      target="_blank"
+                      rel="noreferrer noopener"
+                      href="https://sketchfab.com/models/06d5a80a04fc4c5ab552759e9a97d91a?utm_campaign=06d5a80a04fc4c5ab552759e9a97d91a&utm_medium=embed&utm_source=oembed"
+                    >
+                      Pixel
+                    </a>
+                  </span>
                 </div>
               </div>
             </div>
-- 
GitLab