Update About me section

This commit is contained in:
LordMathis 2018-06-29 17:39:07 +02:00
parent b9093c0ab3
commit 72e5df5ae8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default class About extends Component {
return (
<div className={contentStyle.contentWrapper} id="about">
<Header header={"About"} />
<Header header={"About Me"} />
<div className={contentStyle.content} dangerouslySetInnerHTML={{__html: this.props.about.body}}>
</div>
</div>

View File

@ -41,7 +41,7 @@ export default class Home extends Component {
<ul>
<li>
<a href="#about">
<i className="fa fa-search" aria-hidden="true" /> About
<i className="fa fa-search" aria-hidden="true" /> About Me
</a>
</li>
<li>