File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -412,5 +412,10 @@ extension Array<Supporters.Community> {
412
412
name: " Sparrow Code " ,
413
413
avatarUrl: " https://avatars.githubusercontent.com/u/98487302?v=4 "
414
414
) ,
415
+ . init(
416
+ login: " coderabbitai " ,
417
+ name: " CodeRabbit " ,
418
+ avatarUrl: " https://avatars.githubusercontent.com/u/132028505?v=4 "
419
+ ) ,
415
420
]
416
421
}
Original file line number Diff line number Diff line change @@ -24,9 +24,13 @@ enum Verify {
24
24
override func content( ) -> Node < HTML . BodyContext > {
25
25
. div(
26
26
. class( " portal-form-container " ) ,
27
- . h2( " Please enter the confirmation code sent to your email " ) ,
27
+ . p(
28
+ . text( " Please enter the confirmation code sent to your email " )
29
+ ) ,
28
30
. verifyForm( email: model. email) ,
29
- . text( model. errorMessage)
31
+ . p(
32
+ . text( model. errorMessage)
33
+ )
30
34
)
31
35
}
32
36
}
You can’t perform that action at this time.
0 commit comments