-
{titleText}
+
{titleText}
{descriptionText}
{messageType === 'big_two_action' && (
- {primaryAction && message.primaryActionText.length > 0 && (
-
- )}
- {secondaryAction && message.secondaryActionText.length > 0 && (
-
+ {platform === 'windows' ? (
+
+ {primaryAction && message.primaryActionText.length > 0 && (
+
+ )}
+ {secondaryAction && message.secondaryActionText.length > 0 && (
+
+ )}
+
+ ) : (
+
+ {secondaryAction && message.secondaryActionText.length > 0 && (
+
+ )}
+ {primaryAction && message.primaryActionText.length > 0 && (
+
+ )}
+
)}
)}
{messageType === 'big_single_action' && message.primaryActionText && primaryAction && (