Skip to content

Commit 0b69acd

Browse files
committed
fix: lint
1 parent f031c88 commit 0b69acd

File tree

1 file changed

+5
-5
lines changed
  • apps/dashboard/app/(auth)/register

1 file changed

+5
-5
lines changed

apps/dashboard/app/(auth)/register/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function RegisterPageContent() {
398398

399399
<div className="space-y-2">
400400
<Label
401-
className="font-medium text-foreground whitespace-nowrap"
401+
className="whitespace-nowrap font-medium text-foreground"
402402
htmlFor="confirmPassword"
403403
>
404404
Confirm password<span className="text-blue-700">*</span>
@@ -469,8 +469,8 @@ function RegisterPageContent() {
469469
target="_blank"
470470
>
471471
Terms of Service
472-
</Link>
473-
{' '}and{' '}
472+
</Link>{' '}
473+
and{' '}
474474
<Link
475475
className="font-medium text-primary hover:text-primary/80"
476476
href="https://www.databuddy.cc/privacy"
@@ -487,8 +487,8 @@ function RegisterPageContent() {
487487
target="_blank"
488488
>
489489
Terms
490-
</Link>
491-
{' '}&{' '}
490+
</Link>{' '}
491+
&{' '}
492492
<Link
493493
className="font-medium text-primary hover:text-primary/80"
494494
href="https://www.databuddy.cc/privacy"

0 commit comments

Comments
 (0)