Skip to content

Commit

Permalink
Merge pull request #85 from ergoplatform/i84/update_blog_post
Browse files Browse the repository at this point in the history
Update h4 to h1 tag in blog post
  • Loading branch information
deadit authored Nov 9, 2022
2 parents 6ce2f2e + 2bbb42d commit d78a825
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 d78a825

Please sign in to comment.