@capillarytech/creatives-library 7.12.37 → 7.12.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ Object {
11
11
 
12
12
  </CapLabel>
13
13
  <CapLabel
14
- type="label1"
14
+ type="label9"
15
15
  >
16
16
  Click {{unsubscribe}} to unsubscribe
17
17
  </CapLabel>
@@ -30,7 +30,7 @@ Object {
30
30
 
31
31
  </CapLabel>
32
32
  <CapLabel
33
- type="label11"
33
+ type="label5"
34
34
  >
35
35
  Click {{unsubscribe}} to unsubscribe
36
36
  </CapLabel>
@@ -39,7 +39,7 @@ export const getWhatsappContent = (template, isPreview) => {
39
39
  <CapLabel type={ isPreview ? "label5" : "label9" }>
40
40
  {text.slice(0, text.length - UNSUBSCRIBE_TEXT_LENGTH)}
41
41
  </CapLabel>
42
- <CapLabel type={ isPreview ? "label11" : "label1" }>
42
+ <CapLabel type={ isPreview ? "label5" : "label9" }>
43
43
  {text.slice(-UNSUBSCRIBE_TEXT_LENGTH)}
44
44
  </CapLabel>
45
45
  </>