Move static to public and update paths

This commit is contained in:
Kamran Ahmed
2020-01-18 01:08:47 +04:00
parent 61bdc80f5a
commit 1fd135d1c1
47 changed files with 32 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ const AboutHeader = () => (
<AboutHeaderWrap>
<div className="container container-small">
<div className="author-info">
<img className='author-img d-none d-sm-none d-md-block d-lg-block d-xl-block' src="/static/kamran.jpeg" />
<img className='author-img d-none d-sm-none d-md-block d-lg-block d-xl-block' src="/kamran.jpeg" />
<div className="author-msg">
<h2>Hello, I'm Kamran Ahmed.</h2>
<p>I created <span className='flow-black'>roadmap.sh</span> to help developers find their path if they are confused and help them grow in their career.</p>