@@ -49,13 +49,13 @@ export default function PapermarkYearInReviewEmail({
49
49
< Body className = "bg-white font-sans" >
50
50
< Container className = "mx-auto w-full max-w-[600px] p-0" >
51
51
< Section className = "p-8 text-center" >
52
- < Text className = "mx-0 mb-8 mt-4 p-0 text-center text-2xl font-normal" >
52
+ < Text className = "mx-0 mt-4 mb-8 p-0 text-center font-normal text-2xl " >
53
53
< span className = "font-bold tracking-tighter" > Papermark</ span >
54
54
</ Text >
55
- < Text className = "text-sm font-normal uppercase tracking-wider" >
55
+ < Text className = "font-normal text-sm uppercase tracking-wider" >
56
56
{ year } in review
57
57
</ Text >
58
- < Heading className = "my-4 text-4xl font-medium leading-tight" >
58
+ < Heading className = "my-4 font-medium text-4xl leading-tight" >
59
59
Your Year with Papermark
60
60
</ Heading >
61
61
< Text className = "mb-8 text-lg leading-8" >
@@ -64,55 +64,55 @@ export default function PapermarkYearInReviewEmail({
64
64
</ Text >
65
65
< Link
66
66
href = "https://www.papermark.com"
67
- className = "inline-flex items-center rounded-full bg-gray-900 px-12 py-4 text-center text-sm font-bold text-white no-underline"
67
+ className = "inline-flex items-center rounded-full bg-gray-900 px-12 py-4 text-center font-bold text-sm text-white no-underline"
68
68
>
69
69
Share your stats
70
70
</ Link >
71
71
</ Section >
72
72
73
73
< Section className = "my-6 rounded-2xl bg-[#fb7a00]/10 bg-[radial-gradient(circle_at_bottom_right,#fb7a00_0%,transparent_60%)] p-8 text-center" >
74
- < Heading className = "m-0 text-3xl font-medium text-[#a63b00]" >
74
+ < Heading className = "m-0 font-medium text-3xl text-[#a63b00]" >
75
75
Viewers spent
76
76
</ Heading >
77
- < Text className = "my-4 text-7xl font-bold leading-none text-gray-900" >
77
+ < Text className = "my-4 font-bold text-7xl text-gray-900 leading-none " >
78
78
{ minutesSpentOnDocs }
79
79
</ Text >
80
- < Text className = "mb-4 text-3xl font-medium text-gray-900" >
80
+ < Text className = "mb-4 font-medium text-3xl text-gray-900" >
81
81
minutes on your documents
82
82
</ Text >
83
- < Text className = "text-sm leading-5 text-gray-900 " >
83
+ < Text className = "text-gray-900 text-sm leading-5 " >
84
84
That's a lot of engagement! Your documents are resonating
85
85
with your visitors.
86
86
</ Text >
87
87
88
88
< Hr className = "mt-6" style = { { borderColor : '#fb7a00' } } />
89
- < Heading className = "pt-5 text-xs font-medium uppercase tracking-wider text-gray-900 " >
89
+ < Heading className = "pt-5 font-medium text-gray-900 text-xs uppercase tracking-wider" >
90
90
Your activity
91
91
</ Heading >
92
92
< Row className = "mt-5" >
93
93
< Column className = "w-1/3 text-center" >
94
- < Text className = "text-sm font-medium text-[#a63b00]" >
94
+ < Text className = "font-medium text-[#a63b00] text-sm " >
95
95
You uploaded
96
96
</ Text >
97
- < Text className = "my-1 text-4xl font-bold text-gray-900" >
97
+ < Text className = "my-1 font-bold text-4xl text-gray-900" >
98
98
{ uploadedDocuments }
99
99
</ Text >
100
100
< Text className = "text-2xl text-gray-900" > documents</ Text >
101
101
</ Column >
102
102
< Column className = "w-1/3 text-center" >
103
- < Text className = "text-sm font-medium text-[#a63b00]" >
103
+ < Text className = "font-medium text-[#a63b00] text-sm " >
104
104
You shared
105
105
</ Text >
106
- < Text className = "my-1 text-4xl font-bold text-gray-900" >
106
+ < Text className = "my-1 font-bold text-4xl text-gray-900" >
107
107
{ sharedLinks }
108
108
</ Text >
109
109
< Text className = "text-2xl text-gray-900" > links</ Text >
110
110
</ Column >
111
111
< Column className = "w-1/3 text-center" >
112
- < Text className = "text-sm font-medium text-[#a63b00]" >
112
+ < Text className = "font-medium text-[#a63b00] text-sm " >
113
113
You received
114
114
</ Text >
115
- < Text className = "my-1 text-4xl font-bold text-gray-900" >
115
+ < Text className = "my-1 font-bold text-4xl text-gray-900" >
116
116
{ receivedViews }
117
117
</ Text >
118
118
< Text className = "text-2xl text-gray-900" > views</ Text >
@@ -121,61 +121,61 @@ export default function PapermarkYearInReviewEmail({
121
121
</ Section >
122
122
123
123
< Section className = "my-6 rounded-2xl bg-[#4b5563]/10 bg-[radial-gradient(circle_at_bottom_right,#4b5563_0%,transparent_60%)] p-8 text-center" >
124
- < Heading className = "m-0 text-3xl font-medium text-gray-800" >
124
+ < Heading className = "m-0 font-medium text-3xl text-gray-800" >
125
125
Your top document
126
126
</ Heading >
127
- < Text className = "my-4 text-2xl font-bold leading-none text-gray-900" >
127
+ < Text className = "my-4 font-bold text-2xl text-gray-900 leading-none " >
128
128
"{ topDocumentName } "
129
129
</ Text >
130
- < Text className = "mb-4 text-5xl font-medium text-gray-900" >
130
+ < Text className = "mb-4 font-medium text-5xl text-gray-900" >
131
131
{ topDocumentViews } views
132
132
</ Text >
133
- < Text className = "text-sm leading-5 text-gray-900 " >
133
+ < Text className = "text-gray-900 text-sm leading-5 " >
134
134
This document really caught your visitor's attention!
135
135
</ Text >
136
136
</ Section >
137
137
138
138
< Section className = "my-6 rounded-2xl bg-[#e4c5a0]/10 bg-[radial-gradient(circle_at_bottom_right,#e4c5a0_0%,transparent_60%)] p-8 text-center" >
139
- < Heading className = "m-0 text-3xl font-medium text-[#9c7b4a]" >
139
+ < Heading className = "m-0 font-medium text-3xl text-[#9c7b4a]" >
140
140
Your most active month
141
141
</ Heading >
142
- < Text className = "my-4 text-5xl font-bold leading-none text-gray-900" >
142
+ < Text className = "my-4 font-bold text-5xl text-gray-900 leading-none " >
143
143
{ mostActiveMonth }
144
144
</ Text >
145
- < Text className = "mb-4 text-3xl font-medium text-gray-900" >
145
+ < Text className = "mb-4 font-medium text-3xl text-gray-900" >
146
146
with { mostActiveMonthViews } views
147
147
</ Text >
148
- < Text className = "text-sm leading-5 text-gray-900 " >
148
+ < Text className = "text-gray-900 text-sm leading-5 " >
149
149
{ mostActiveMonth } was your busiest month. What did you share
150
150
that got so much attention?
151
151
</ Text >
152
152
153
153
< Hr className = "mt-6" style = { { borderColor : '#e4c5a0' } } />
154
- < Heading className = "pt-5 text-xs font-medium uppercase tracking-wider text-gray-900 " >
154
+ < Heading className = "pt-5 font-medium text-gray-900 text-xs uppercase tracking-wider" >
155
155
You're in the top
156
156
</ Heading >
157
- < Text className = "my-4 text-7xl font-bold leading-none text-gray-900" >
157
+ < Text className = "my-4 font-bold text-7xl text-gray-900 leading-none " >
158
158
{ sharerPercentile } %
159
159
</ Text >
160
- < Text className = "mb-4 text-xl font-medium text-gray-900" >
160
+ < Text className = "mb-4 font-medium text-gray-900 text-xl " >
161
161
of sharers on Papermark
162
162
</ Text >
163
- < Text className = "text-sm leading-5 text-gray-900 " >
163
+ < Text className = "text-gray-900 text-sm leading-5 " >
164
164
You're one of our most active users. Thank you for sharing
165
165
with Papermark!
166
166
</ Text >
167
167
</ Section >
168
168
169
169
< Section className = "my-6 rounded-2xl bg-[#10b981]/10 bg-[radial-gradient(circle_at_bottom_right,#10b981_0%,transparent_60%)] p-8 text-center" >
170
- < Heading className = "m-0 text-3xl font-medium text-[#065f46]" >
170
+ < Heading className = "m-0 font-medium text-3xl text-[#065f46]" >
171
171
Your documents were viewed from
172
172
</ Heading >
173
173
< Row className = "mt-4" >
174
174
< Column >
175
175
{ viewingLocations . map ( ( location , index ) => (
176
176
< Text
177
177
key = { index }
178
- className = "rounded-full bg-[#10b981] px-3 py-1 text-sm font-medium text-white"
178
+ className = "rounded-full bg-[#10b981] px-3 py-1 font-medium text-sm text-white"
179
179
style = { {
180
180
margin : '4px 4px' ,
181
181
display : 'inline-block' ,
@@ -186,25 +186,25 @@ export default function PapermarkYearInReviewEmail({
186
186
) ) }
187
187
</ Column >
188
188
</ Row >
189
- < Text className = "mt-4 text-sm leading-5 text-[#065f46] " >
189
+ < Text className = "mt-4 text-[#065f46] text- sm leading-5" >
190
190
Your documents get attention from all over the world!
191
191
</ Text >
192
192
</ Section >
193
193
194
194
< Section className = "pb-6 text-center" >
195
- < Text className = "text-xl leading-8 text-gray-900 " >
195
+ < Text className = "text-gray-900 text-xl leading-8 " >
196
196
We're excited to support you next year! < br />
197
197
Happy Holidays from the Papermark team :)
198
198
</ Text >
199
199
< Link
200
200
href = "https://www.papermark.com"
201
- className = "mt-4 inline-flex items-center rounded-full bg-gray-900 px-12 py-4 text-center text-sm font-bold text-white no-underline"
201
+ className = "mt-4 inline-flex items-center rounded-full bg-gray-900 px-12 py-4 text-center font-bold text-sm text-white no-underline"
202
202
>
203
203
Share your stats
204
204
</ Link >
205
205
< Link
206
206
href = "https://www.papermark.com"
207
- className = "mt-4 block items-center text-center text-sm font-bold text-gray-900 no-underline"
207
+ className = "mt-4 block items-center text-center font-bold text-gray-900 text-sm no-underline"
208
208
>
209
209
Go to your dashboard
210
210
</ Link >
0 commit comments