Skip to content

Commit

Permalink
update h1 tag in blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
deadit committed Nov 9, 2022
1 parent ec0e07f commit 2bbb42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/blog/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export default function Post(props: Props) {
background={false}
/>
</div>
<h4 className="text-[40px] text-black dark:text-black">
<h1 className="text-[40px] text-black dark:text-black">
{props.post.attributes.title}
</h4>
</h1>
<div className="mb-8 mt-4 flex flex-row">
{props.post.attributes.tag
?.split(',')
Expand Down

0 comments on commit 2bbb42d

Please sign in to comment.