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-2038 Update Plus Feature List #540

Merged
merged 3 commits into from May 22, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -2307,6 +2307,9 @@
"learn_more": {
"message": "Learn More"
},
"custom_themes": {
"message": "Custom Themes"
},
"historical_stats": {
"message": "Historical Stats"
},
@@ -79,7 +79,7 @@ const SubscriptionInfo = (props) => {
</div>
<div className="list-row">
<ul>
<li className="list-item">{t('subscription_dark_blue_theme')}</li>
<li className="list-item">{t('custom_themes')}</li>
<li className="list-item">{t('historical_stats')}</li>
<li className="list-item">{t('priority_support')}</li>
</ul>
ProTip! Use n and p to navigate between commits in a pull request.