Fix typo <SinglePost />
This commit is contained in:
parent
588007f461
commit
94e1b03f00
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default ({ singlePost, nextPostURL, prevPostURL }) => {
|
|||
</Link>
|
||||
)}
|
||||
{prevPostURL && (
|
||||
<Link classsName='SinglePost--Pagination--Link' to={prevPostURL}>
|
||||
<Link className='SinglePost--Pagination--Link' to={prevPostURL}>
|
||||
Previous Post
|
||||
</Link>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue