Update icons location

This commit is contained in:
Hazem Krimi
2021-01-19 00:35:55 +01:00
parent 2e262968af
commit dc6e2df560
28 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ const BlogPost: FC<Props> = ({ source, frontMatter }) => {
<Wrapper>
<div className='meta'>
<div className='back' onClick={() => router.back()}>
<IconButton icon='/arrow-left.svg' />
<IconButton icon='/icons/arrow-left.svg' />
<span>Back</span>
</div>
<h1>{frontMatter.title}</h1>
+1 -1
View File
@@ -79,7 +79,7 @@ const Index: FC<Props> = ({ blogPosts }) => {
</Head>
<Wrapper>
<div className='back' onClick={() => router.back()}>
<IconButton icon='/arrow-left.svg' />
<IconButton icon='/icons/arrow-left.svg' />
<span>Back</span>
</div>
<h1>Blog</h1>