Remove multiple h1 headings

This commit is contained in:
Joao Victor 2022-12-09 10:49:12 -03:00
parent 1239458fb8
commit 2d96f9ca08

View File

@ -12,9 +12,9 @@ function ErrorMessage(props) {
clipRule="evenodd"
/>
</svg>
<h1 className="text-xl font-semibold text-gray-700 dark:text-gray-200">
<h3 className="text-xl font-semibold text-gray-700 dark:text-gray-200">
{message}
</h1>
</h3>
</div>
);
}