diff --git a/src/assets/stylesheets/index.scss b/src/assets/stylesheets/index.scss index 38833657208e9a58a19ef8b10add9e8a5ceaa25d..b09114616dd142d6272899ea88ca70564511f741 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 145b7e1965c8ddab73a3351c5f33e157b382b59d..88d697a2d15ffc1ebfb4528f0e38f6de7134656e 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> + | 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>