Updated ProgressPanel to be more compact

• Updated:
- ProgressPanel to be more compact and have the "donate" button not blend into the progress meter
- Updated wording on both ProgressPanel, ProgressInjection
This commit is contained in:
mgabdev
2020-12-30 12:21:43 -05:00
parent cf9f2bb824
commit eec863f146
2 changed files with 29 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ class ProgressInjection extends React.PureComponent {
const messages = defineMessages({
progressTitle: { id: 'progress_title', defaultMessage: '{value}% covered this month' },
operationsTitle: { id: 'operations_title', defaultMessage: "Gab's Operational Expenses" },
operationsSubtitle: { id: 'operations_subtitle', defaultMessage: 'We are 100% funded by you' },
operationsSubtitle: { id: 'operations_subtitle', defaultMessage: "We're 100% funded by you." },
donationTitle: { id: 'make_donation', defaultMessage: 'Make a Donation' },
})