[add]: About Page SEO
This commit is contained in:
@@ -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,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
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user