Files
frontend-app-learning/src/generic/upgrade-button/index.js
Michael Terry 37a4dcce18 AA-449: Show discounted price in upgrade buttons & course exit (#311)
If an offer is active for the user, show the discounted price (and
a struck-out original price) on upgrade buttons in the course sock
and outline sidebar.

Also show the discount code and price in the course exit upgrade
screen.
2020-12-17 10:18:57 -05:00

8 lines
146 B
JavaScript

import FormattedPricing from './FormattedPricing';
import UpgradeButton from './UpgradeButton';
export {
FormattedPricing,
UpgradeButton,
};