Skip to content

Commit

Permalink
chore: make post return link legible (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalecream authored Aug 18, 2024
1 parent b6638d8 commit f685a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ export default function Blog({ params }) {
</Suspense>
<br/>
</div>
<article className="">
<article>
<CustomMDX source={post.content} />
<div className="flex my-1">
<Link href={'/blog'}>Back to Blog</Link>
<Link href={'/blog'}><p>Back to Blog</p></Link>
</div>
</article>
</section>
Expand Down

0 comments on commit f685a22

Please sign in to comment.