- {secondaryCtaId && (
-
- onInteractWithMegaphone(remoteMegaphoneId, secondaryCtaId)
- }
- >
- {secondaryCtaText}
-
- )}
- {primaryCtaId && (
-
- onInteractWithMegaphone(remoteMegaphoneId, primaryCtaId)
- }
- >
- {primaryCtaText}
-
- )}
+
+
+ {secondaryCtaId && (
+
+ onInteractWithMegaphone(remoteMegaphoneId, secondaryCtaId)
+ }
+ width="grow"
+ >
+ {secondaryCtaText}
+
+ )}
+ {primaryCtaId && (
+
+ onInteractWithMegaphone(remoteMegaphoneId, primaryCtaId)
+ }
+ width="grow"
+ >
+ {primaryCtaText}
+
+ )}
+
);