[add]: About Page SEO

This commit is contained in:
rahuldkjain
2020-07-26 21:46:31 +05:30
parent fb125a4176
commit f4ba4a45b9
3 changed files with 4 additions and 7 deletions
+1 -6
View File
@@ -45,15 +45,10 @@ const Header = props => {
<h1 className="heading">
<img
src={logo}
onClick={() => window.location.reload(false)}
className="logo"
alt="github profile markdown generator logo"
/>
<div
onClick={() => window.location.reload(false)}
role="button"
tabIndex="0"
>
<div>
{props.heading}
</div>
</h1>
+2
View File
@@ -2,10 +2,12 @@ import React from 'react'
import Header from '../components/header';
import Footer from '../components/footer';
import './about.css';
import SEO from '../components/seo';
const About = () => {
return (
<>
<SEO title="About" description="Github Profile Readme Generator" />
<Header heading="Github Profile README Generator" />
<h1 id="about-title">About</h1>
<div className="content-container">
+1 -1
View File
@@ -255,7 +255,7 @@ const IndexPage = () => {
});
return (
<>
<SEO title="Github Profile Readme Generator" description="Github Profile Readme Generator" />
<SEO title="Github Profile Readme Generator" />
<><Header heading="Github Profile README Generator" /></>
<div className="form">
<Title data={data} prefix={prefix} handleDataChange={handleDataChange} handlePrefixChange={handlePrefixChange} />