small fixes
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 57s
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 57s
This commit is contained in:
parent
e2d23d578f
commit
578263ad7b
@ -147,6 +147,7 @@ const AuthForm = (): ReactElement => {
|
||||
className="pl-8 rounded-lg"
|
||||
type="email"
|
||||
placeholder="bob@example.com"
|
||||
disabled={stage !== "email"}
|
||||
{...register("email")}
|
||||
/>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@ const Footer = (): ReactElement => (
|
||||
|
||||
const DocumentLink = ({ name, link }: { name: string; link: string }) => (
|
||||
<Link
|
||||
className="text-primary hover:opacity-85 transition-all transform-gpu"
|
||||
className="text-red-500 hover:opacity-85 transition-all transform-gpu"
|
||||
href={link}
|
||||
>
|
||||
{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user