fix: lint project (#2693)

This commit is contained in:
David Nguyen
2026-05-08 16:04:22 +10:00
committed by GitHub
parent edbf65969b
commit 8671f269e8
1414 changed files with 12867 additions and 24335 deletions
@@ -7,26 +7,23 @@ export default function UnverifiedAccount() {
return (
<div className="w-screen max-w-lg px-4">
<div className="flex items-start">
<div className="mr-4 mt-1 hidden md:block">
<Mails className="text-primary h-10 w-10" strokeWidth={2} />
<div className="mt-1 mr-4 hidden md:block">
<Mails className="h-10 w-10 text-primary" strokeWidth={2} />
</div>
<div className="">
<h2 className="text-2xl font-bold md:text-4xl">
<h2 className="font-bold text-2xl md:text-4xl">
<Trans>Confirm email</Trans>
</h2>
<p className="text-muted-foreground mt-4">
<p className="mt-4 text-muted-foreground">
<Trans>
To gain access to your account, please confirm your email address by clicking on the
confirmation link from your inbox.
To gain access to your account, please confirm your email address by clicking on the confirmation link
from your inbox.
</Trans>
</p>
<p className="text-muted-foreground mt-4">
<Trans>
If you don't find the confirmation link in your inbox, you can request a new one
below.
</Trans>
<p className="mt-4 text-muted-foreground">
<Trans>If you don't find the confirmation link in your inbox, you can request a new one below.</Trans>
</p>
<SendConfirmationEmailForm />