Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1969 Plus In App Promo & GH-1970 Telemetry #509

Merged
merged 18 commits into from Apr 20, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Update InsightsPromoModal class name and fix display

  • Loading branch information
Eden12345 committed Apr 8, 2020
commit e3140f55977a5e5f9ac0136719e444ea7a58db8b
@@ -170,7 +170,7 @@ class PromoModal extends React.Component {
'flex-dir-column',
'align-middle',
{
InsightsModal__content: type === INSIGHTS,
InsightsPromoModal__content: type === INSIGHTS,
PlusPromoModal__content: type === PLUS,
PremiumPromoModal__content: type === PREMIUM,
}
ProTip! Use n and p to navigate between commits in a pull request.