@@ -245,7 +245,7 @@ export const createFooterLogoTextAndSocials: (props: { track: ReturnType<typeof
245
245
attrs : {
246
246
height : 20 ,
247
247
width : 20 ,
248
- src : '/images /email-editor/linkedin.png' ,
248
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/linkedin.png' ,
249
249
isSrcVariable : false ,
250
250
alt : null ,
251
251
title : null ,
@@ -259,7 +259,7 @@ export const createFooterLogoTextAndSocials: (props: { track: ReturnType<typeof
259
259
attrs : {
260
260
height : 20 ,
261
261
width : 20 ,
262
- src : '/images /email-editor/youtube.png' ,
262
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/youtube.png' ,
263
263
isSrcVariable : false ,
264
264
alt : null ,
265
265
title : null ,
@@ -273,7 +273,7 @@ export const createFooterLogoTextAndSocials: (props: { track: ReturnType<typeof
273
273
attrs : {
274
274
height : 20 ,
275
275
width : 20 ,
276
- src : '/images /email-editor/twitter.png' ,
276
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/twitter.png' ,
277
277
isSrcVariable : false ,
278
278
alt : null ,
279
279
title : null ,
@@ -332,7 +332,7 @@ export const createFooterLogoWithSimpleText: (props: { track: ReturnType<typeof
332
332
attrs : {
333
333
height : 48 ,
334
334
width : 48 ,
335
- src : '/images /email-editor/logo.png' ,
335
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/logo.png' ,
336
336
isSrcVariable : false ,
337
337
alt : 'Company Logo' ,
338
338
title : null ,
@@ -422,7 +422,7 @@ export const createFooterLogoWithSimpleText: (props: { track: ReturnType<typeof
422
422
attrs : {
423
423
height : 20 ,
424
424
width : 20 ,
425
- src : '/images /email-editor/linkedin.png' ,
425
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/linkedin.png' ,
426
426
isSrcVariable : false ,
427
427
alt : 'LinkedIn' ,
428
428
title : null ,
@@ -436,7 +436,7 @@ export const createFooterLogoWithSimpleText: (props: { track: ReturnType<typeof
436
436
attrs : {
437
437
height : 20 ,
438
438
width : 20 ,
439
- src : '/images /email-editor/twitter.png' ,
439
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/twitter.png' ,
440
440
isSrcVariable : false ,
441
441
alt : 'Twitter' ,
442
442
title : null ,
@@ -450,7 +450,7 @@ export const createFooterLogoWithSimpleText: (props: { track: ReturnType<typeof
450
450
attrs : {
451
451
height : 20 ,
452
452
width : 20 ,
453
- src : '/images /email-editor/youtube.png' ,
453
+ src : 'https://prod-novu-app-bucket.s3.us-east-1.amazonaws.com/assets /email-editor/youtube.png' ,
454
454
isSrcVariable : false ,
455
455
alt : 'YouTube' ,
456
456
title : null ,
0 commit comments