File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 16
16
"url" : " https://github.com/resend/react-email.git" ,
17
17
"directory" : " packages/create-email"
18
18
},
19
- "keywords" : [
20
- " react" ,
21
- " email"
22
- ],
19
+ "keywords" : [" react" , " email" ],
23
20
"engines" : {
24
21
"node" : " >=18.0.0"
25
22
},
Original file line number Diff line number Diff line change 20
20
"url" : " https://github.com/resend/react-email.git" ,
21
21
"directory" : " packages/react-email"
22
22
},
23
- "keywords" : [
24
- " react" ,
25
- " email"
26
- ],
23
+ "keywords" : [" react" , " email" ],
27
24
"engines" : {
28
25
"node" : " >=18.0.0"
29
26
},
Original file line number Diff line number Diff line change @@ -103,12 +103,10 @@ export const SpamAssassin = ({ result }: SpamAssassinProps) => {
103
103
? 'Congratulations! Younr email is clean of abuse indicators.'
104
104
: 'Higher scores are better' }
105
105
</ Results . Column >
106
- < Results . Column
107
- className = "text-right tracking-tighter font-bold"
108
- >
106
+ < Results . Column className = "text-right tracking-tighter font-bold" >
109
107
< span
110
108
className = { cn (
111
- " text-3xl" ,
109
+ ' text-3xl' ,
112
110
result . points === 0 ? 'text-green-400' : null ,
113
111
result . points > 0 && result . points <= 1.5 ? null : null ,
114
112
result . points > 1.5 ? 'text-yellow-200' : null ,
You can’t perform that action at this time.
0 commit comments