diff --git a/gatsby-config.js b/gatsby-config.js index 63c73c0..b1f8792 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,13 +4,12 @@ const SITE_URL = 'https://' + DOMAIN; module.exports = { siteMetadata: { title: `Dawid Wysokiński | Full Stack Web Developer`, - description: `Dawid Wysokiński - Full Stack Web Developer | Back End Developer | Front End Developer | Golang Developer | React Developer | JavaScript Developer`, + description: `Dawid Wysokiński - Full Stack Web Developer | Backend Developer | Frontend Developer | Go Developer | React Developer | Node.js Developer`, authorTwitter: `@Dawid56143781`, authorFullName: 'Dawid Wysokiński', siteUrl: SITE_URL, email: 'contact@dwysokinski.me', github: 'https://github.com/Kichiyaki', - facebook: 'https://www.facebook.com/dawidwysokinski00', domain: DOMAIN, }, plugins: [ diff --git a/src/features/IndexPage/components/Contact.js b/src/features/IndexPage/components/Contact.js index abb3dd0..d4ded8d 100644 --- a/src/features/IndexPage/components/Contact.js +++ b/src/features/IndexPage/components/Contact.js @@ -3,11 +3,7 @@ import { graphql, useStaticQuery } from 'gatsby'; import { makeStyles } from '@material-ui/core/styles'; import { Typography, Container, Link } from '@material-ui/core'; -import { - Email as EmailIcon, - GitHub as GitHubIcon, - Facebook as FacebookIcon, -} from '@material-ui/icons'; +import { Email as EmailIcon, GitHub as GitHubIcon } from '@material-ui/icons'; import Section from '@components/Section'; export const SECTION_ID = 'contact'; @@ -24,7 +20,6 @@ function Contact() { siteMetadata { email github - facebook } } } @@ -51,12 +46,6 @@ function Contact() { {siteMetadata.github.replace('https://github.com/', '')} - - - - {siteMetadata.facebook.replace('https://www.facebook.com', '')} - - diff --git a/src/features/IndexPage/components/Header.js b/src/features/IndexPage/components/Header.js index 8921d02..1e13578 100644 --- a/src/features/IndexPage/components/Header.js +++ b/src/features/IndexPage/components/Header.js @@ -23,7 +23,7 @@ function Header() { I create websites and web apps. - Have an idea, a project or a problem you would like to discuss? + Do you have an idea, project or problem you would like to discuss?