diff --git a/gatsby-config.js b/gatsby-config.js index 821e503..9ed27c1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,8 +1,8 @@ module.exports = { siteMetadata: { - title: `Route Map Maker`, - description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`, - author: `@gatsbyjs`, + title: `BSicon map generator`, + description: `Creates random maps using BSicons`, + author: `Chris Zetter`, }, plugins: [ `gatsby-plugin-react-helmet`, diff --git a/src/components/app.css b/src/components/app.css index 9b4f1e1..8d6ba84 100644 --- a/src/components/app.css +++ b/src/components/app.css @@ -73,6 +73,10 @@ input[type="submit"] { cursor: pointer; } +a, a:visited, a:active, a:hover, a:link { + color: white; +} + @keyframes fade-in { 0% { opacity: 0; diff --git a/src/pages/index.js b/src/pages/index.js index cb42132..4967ea4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -50,10 +50,17 @@ const IndexPage = () => { {(tab === 'about') &&

About

+

This makes random maps using BSicons from Wikipedia.

+

+ Find out more about BSicons + {' '}and how{' '} + the generator was made. +

+

Code on github.

} - +