Skip to content

Commit

Permalink
correctly link all posts button
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam committed Jul 25, 2020
1 parent f7af7bf commit 79c36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Post/Post.js
Expand Up @@ -20,7 +20,7 @@ const Post = ({ post }: Props) => {

return (
<div className={styles['post']}>
<Link className={styles['post__home-button']} to="/">All Articles</Link>
<Link className={styles['post__home-button']} to="/pages/posts">All Posts</Link>

<div className={styles['post__content']}>
<Content body={html} title={title} />
Expand Down

0 comments on commit 79c36c4

Please sign in to comment.