File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/dashboard/app/(auth)/register Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments