From 7fb8052348571d5ddd93a96c5c1ad09d7929288b Mon Sep 17 00:00:00 2001 From: abumalick Date: Wed, 25 Mar 2020 12:36:23 +0100 Subject: [PATCH] fix: text color --- gatsby-config.js | 6 +++--- src/components/Layout.js | 1 + src/pages/{index.js => index.jsx} | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename src/pages/{index.js => index.jsx} (100%) diff --git a/gatsby-config.js b/gatsby-config.js index 15a0bae..4e62077 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,8 +1,8 @@ module.exports = { siteMetadata: { - title: `Gatsby Default Starter`, - 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: `Ahlsunnah.com`, + description: `Webistes for Ahlsunnah`, + author: `@ahlsunnahcom`, }, plugins: [ `gatsby-plugin-react-helmet`, diff --git a/src/components/Layout.js b/src/components/Layout.js index 31a918b..0937579 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -31,6 +31,7 @@ const Layout = ({children}) => { margin: `0 auto`, maxWidth: 960, padding: `0 1.0875rem 1.45rem`, + color: '#fff', }} >
{children}
diff --git a/src/pages/index.js b/src/pages/index.jsx similarity index 100% rename from src/pages/index.js rename to src/pages/index.jsx