@@ -44,7 +44,7 @@ export const AppleReceiptEmail = () => (
44
44
< Text style = { cupomText } >
45
45
Save 3% on all your Apple purchases with Apple Card.
46
46
< sup style = { supStyle } > 1</ sup > { ' ' }
47
- < Link href = "https://www.apple.com/apple-card" >
47
+ < Link href = "https://www.apple.com/apple-card/ " >
48
48
Apply and use in minutes
49
49
</ Link >
50
50
< sup style = { supStyle } > 2</ sup >
@@ -126,19 +126,11 @@ export const AppleReceiptEmail = () => (
126
126
< Text style = { productTitle } > HBO Max: Stream TV & Movies</ Text >
127
127
< Text style = { productDescription } > HBO Max Ad-Free (Monthly)</ Text >
128
128
< Text style = { productDescription } > Renews Aug 20, 2023</ Text >
129
- < Link
130
- href = "https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?cc=us&id=1497977514&o=i&type=Subscription%20Renewal"
131
- style = { productLink }
132
- data-saferedirecturl = "https://www.google.com/url?q=https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?cc%3Dus%26id%3D1497977514%26o%3Di%26type%3DSubscription%2520Renewal&source=gmail&ust=1673963081204000&usg=AOvVaw2DFCLKMo1snS-Swk5H26Z1"
133
- >
129
+ < Link href = "https://www.apple.com/" style = { productLink } >
134
130
Write a Review
135
131
</ Link >
136
132
< span style = { divisor } > |</ span >
137
- < Link
138
- href = "https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/reportAProblem?a=1497977514&cc=us&d=683263808&o=i&p=29065684906671&pli=29092219632071&s=1"
139
- style = { productLink }
140
- data-saferedirecturl = "https://www.google.com/url?q=https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/reportAProblem?a%3D1497977514%26cc%3Dus%26d%3D683263808%26o%3Di%26p%3D29065684906671%26pli%3D29092219632071%26s%3D1&source=gmail&ust=1673963081204000&usg=AOvVaw3y47L06B2LTrL6qsmaW2Hq"
141
- >
133
+ < Link href = "https://www.apple.com/" style = { productLink } >
142
134
Report a Problem
143
135
</ Link >
144
136
</ Column >
@@ -183,10 +175,7 @@ export const AppleReceiptEmail = () => (
183
175
< Section >
184
176
< Row >
185
177
< Column align = "center" style = { walletWrapper } >
186
- < Link
187
- href = "https://wallet.apple.com/apple-card/setup/feature/ccs?referrer=cid%3Dapy-120-100003"
188
- style = { walletLink }
189
- >
178
+ < Link href = "https://www.apple.com/" style = { walletLink } >
190
179
< Img
191
180
src = { `${ baseUrl } /static/apple-wallet.png` }
192
181
width = "28"
@@ -227,24 +216,21 @@ export const AppleReceiptEmail = () => (
227
216
</ Text >
228
217
< Text style = { footerTextCenter } >
229
218
Privacy: We use a
230
- < Link href = "http ://support .apple.com/kb/HT207233 " style = { footerLink } >
219
+ < Link href = "https ://www .apple.com/" style = { footerLink } >
231
220
{ ' ' }
232
221
Subscriber ID{ ' ' }
233
222
</ Link >
234
223
to provide reports to developers.
235
224
</ Text >
236
225
< Text style = { footerTextCenter } >
237
226
Get help with subscriptions and purchases.
238
- < Link
239
- href = "https://support.apple.com/billing?cid=email_receipt"
240
- style = { footerLink }
241
- >
227
+ < Link href = "https://www.apple.com/" style = { footerLink } >
242
228
Visit Apple Support.
243
229
</ Link >
244
230
</ Text >
245
231
< Text style = { footerTextCenter } >
246
232
Learn how to{ ' ' }
247
- < Link href = "https://support .apple.com/kb/HT204030?cid=email_receipt_itunes_article_HT204030 " >
233
+ < Link href = "https://www .apple.com/" >
248
234
manage your password preferences
249
235
</ Link > { ' ' }
250
236
for iTunes, Apple Books, and App Store purchases.
@@ -256,9 +242,7 @@ export const AppleReceiptEmail = () => (
256
242
subscription renewals. If you have opted out, you can still view your
257
243
receipts in your account under Purchase History. To manage receipts or
258
244
to opt in again, go to{ ' ' }
259
- < Link href = "https://finance-app.itunes.apple.com/account/subscriptions?unsupportedRedirectUrl=https://apps.apple.com/US/invoice" >
260
- Account Settings.
261
- </ Link >
245
+ < Link href = "https://www.apple.com/" > Account Settings.</ Link >
262
246
</ Text >
263
247
< Section >
264
248
< Row >
@@ -273,14 +257,8 @@ export const AppleReceiptEmail = () => (
273
257
</ Row >
274
258
</ Section >
275
259
< Text style = { footerLinksWrapper } >
276
- < Link href = "https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/accountSummary?mt=8" >
277
- Account Settings
278
- </ Link > { ' ' }
279
- •{ ' ' }
280
- < Link href = "https://www.apple.com/legal/itunes/us/sales.html" >
281
- Terms of Sale
282
- </ Link > { ' ' }
283
- •{ ' ' }
260
+ < Link href = "https://www.apple.com/" > Account Settings</ Link > •{ ' ' }
261
+ < Link href = "https://www.apple.com/" > Terms of Sale</ Link > •{ ' ' }
284
262
< Link href = "https://www.apple.com/legal/privacy/" >
285
263
Privacy Policy{ ' ' }
286
264
</ Link >
@@ -344,15 +322,15 @@ const informationTable = {
344
322
} ;
345
323
346
324
const informationTableRow = {
347
- height : '46px' ,
325
+ minHeight : '46px' ,
348
326
} ;
349
327
350
328
const informationTableColumn = {
351
329
paddingLeft : '20px' ,
352
330
borderStyle : 'solid' ,
353
331
borderColor : 'white' ,
354
332
borderWidth : '0px 1px 1px 0px' ,
355
- height : '44px' ,
333
+ minHeight : '44px' ,
356
334
} ;
357
335
358
336
const informationTableLabel = {
@@ -371,7 +349,7 @@ const informationTableValue = {
371
349
const productTitleTable = {
372
350
...informationTable ,
373
351
margin : '30px 0 15px 0' ,
374
- height : '24px' ,
352
+ minHeight : '24px' ,
375
353
} ;
376
354
377
355
const productsTitle = {
@@ -385,7 +363,7 @@ const productsTitle = {
385
363
const productIcon = {
386
364
margin : '0 0 0 20px' ,
387
365
borderRadius : '14px' ,
388
- border : '1px solid rgba(128,128,128,0.2 )' ,
366
+ border : '1px solid rgb(242,242,242 )' ,
389
367
} ;
390
368
391
369
const productTitle = { fontSize : '12px' , fontWeight : '600' , ...resetText } ;
@@ -442,7 +420,8 @@ const productPriceWrapper = {
442
420
const productPriceLine = { margin : '30px 0 0 0' } ;
443
421
444
422
const productPriceVerticalLine = {
445
- height : '48px' ,
423
+ minHeight : '48px' ,
424
+ paddingTop : '48px' ,
446
425
borderLeft : '1px solid' ,
447
426
borderColor : 'rgb(238,238,238)' ,
448
427
} ;
0 commit comments