Skip to content

Commit

Permalink
feat: fix heading levels increase by one
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinmaruszewski committed Feb 27, 2023
1 parent 707d912 commit e712e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Main = (props: IMainProps) => (
<h1 className="text-3xl font-bold text-gray-900">
{AppConfig.title}
</h1>
<h4 className="text-xl">{AppConfig.description}</h4>
<h2 className="text-xl">{AppConfig.description}</h2>
</div>
<nav>
<ul className="flex flex-wrap text-xl">
Expand Down

0 comments on commit e712e60

Please sign in to comment.