From 79f5c7fcf49abdfe6bd2b9a2ba6e79fc1f9d4326 Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Tue, 15 Dec 2020 14:59:56 -0500 Subject: [PATCH] Add back classes to first purchase offer banner that are used in the REV-1512 optimizely test (#309) --- src/alerts/offer-alert/OfferAlert.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/alerts/offer-alert/OfferAlert.jsx b/src/alerts/offer-alert/OfferAlert.jsx index 376ae293..89644ef2 100644 --- a/src/alerts/offer-alert/OfferAlert.jsx +++ b/src/alerts/offer-alert/OfferAlert.jsx @@ -34,14 +34,16 @@ function OfferAlert({ intl, payload }) { {intl.formatMessage(messages.srPrices, { discountedPrice, originalPrice })} ); return ( - + {/* the first-purchase-offer-banner class can be removed post REV-1512 experiment */} +