From 30c6b2376651bd18a664da59db473c8c1f5a0de0 Mon Sep 17 00:00:00 2001 From: Zacharis278 Date: Fri, 28 Jun 2024 09:20:35 -0400 Subject: [PATCH] feat: add upsell bullets back in, required by lock paywall --- src/generic/upsell-bullets/UpsellBullets.jsx | 105 ++++++++++++++++++ src/generic/upsell-bullets/UpsellBullets.scss | 13 +++ .../upsell-bullets/UpsellBullets.test.jsx | 35 ++++++ 3 files changed, 153 insertions(+) create mode 100644 src/generic/upsell-bullets/UpsellBullets.jsx create mode 100644 src/generic/upsell-bullets/UpsellBullets.scss create mode 100644 src/generic/upsell-bullets/UpsellBullets.test.jsx diff --git a/src/generic/upsell-bullets/UpsellBullets.jsx b/src/generic/upsell-bullets/UpsellBullets.jsx new file mode 100644 index 00000000..e631ebae --- /dev/null +++ b/src/generic/upsell-bullets/UpsellBullets.jsx @@ -0,0 +1,105 @@ +import React from 'react'; +import { faCheck } from '@fortawesome/free-solid-svg-icons'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { FormattedMessage } from '@edx/frontend-platform/i18n'; +import { getConfig } from '@edx/frontend-platform'; + +const CheckmarkBullet = () => ( + +); + +// Must be child of a