fixed <p> in <p> problem in extra info
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Zai Shi 2024-09-19 19:07:56 -07:00
parent 82647e0321
commit e71b7c2974

View File

@ -102,7 +102,7 @@ export function AuthPage(props: {
) : null}
{props.extraInfo && (
<div className='flex flex-col items-center text-center text-sm text-gray-500 mt-2'>
<p>{props.extraInfo}</p>
<div>{props.extraInfo}</div>
</div>
)}
</div>