[fix]: about page link issue

This commit is contained in:
rahuldkjain
2020-07-26 22:09:59 +05:30
parent f4ba4a45b9
commit 4e3083f070
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from 'react';
const Footer = () => { const Footer = () => {
return ( return (
<div className="footer"> <div className="footer">
<div><a id="footer-about" href="/about">About GPRG</a></div> <div><a id="footer-about" href="/gh-profile-readme-generator/about">About GPRG</a></div>
Developed with <span role="img" aria-label="love"></span> by <a href="https://rahuldkjain.github.io" style={{textDecoration: 'none'}}>Rahul</a> Developed with <span role="img" aria-label="love"></span> by <a href="https://rahuldkjain.github.io" style={{textDecoration: 'none'}}>Rahul</a>
</div> </div>
) )
+1 -1
View File
@@ -41,7 +41,7 @@ const Header = props => {
return ( return (
<div className="header"> <div className="header">
<a href="/"> <a href="/gh-profile-readme-generator">
<h1 className="heading"> <h1 className="heading">
<img <img
src={logo} src={logo}
+1 -1
View File
@@ -53,6 +53,6 @@
font-size: 18px; font-size: 18px;
} }
#gprg-gif { #gprg-gif {
width: 350px; width: 320px;
} }
} }
+1 -1
View File
@@ -9,7 +9,7 @@ const About = () => {
<> <>
<SEO title="About" description="Github Profile Readme Generator" /> <SEO title="About" description="Github Profile Readme Generator" />
<Header heading="Github Profile README Generator" /> <Header heading="Github Profile README Generator" />
<h1 id="about-title">About</h1> <h3 id="about-title">About</h3>
<div className="content-container"> <div className="content-container">
<div id="introduction"> <div id="introduction">
Github Profile README Generator provides a cool interface to generate Github profile README in markdown. Github Profile README Generator provides a cool interface to generate Github profile README in markdown.