Change font, add meta title/desc to 404 page

This commit is contained in:
Aaron William Po
2023-02-20 22:57:00 -05:00
parent 8836d1fc9b
commit 6f604b9768
9 changed files with 68 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ const LoginForm = () => {
{responseError && <ErrorAlert error={responseError} setError={setResponseError} />}
<div className="w-full">
<button type="submit" className="btn-primary btn w-full">
<button type="submit" className="btn btn-primary w-full">
Login
</button>
</div>