Update About me section
This commit is contained in:
parent
b9093c0ab3
commit
72e5df5ae8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue