diff --git a/client/src/components/Supporters.js b/client/src/components/Supporters.js index d20de1ea7e..e357e9940e 100644 --- a/client/src/components/Supporters.js +++ b/client/src/components/Supporters.js @@ -2,8 +2,7 @@ import React, { Fragment } from 'react'; import PropTypes from 'prop-types'; import { Button, ProgressBar } from '@freecodecamp/react-bootstrap'; -import FullWidthRow from '../components/helpers/FullWidthRow'; -import Spacer from '../components/helpers/Spacer'; +import { FullWidthRow, Spacer } from '../components/helpers'; import './supporters.css'; @@ -37,6 +36,7 @@ function Supporters({ isDonating, activeDonations }) {
+
{donationsLocale} supporters out of {supportersLocale} supporter diff --git a/client/src/pages/welcome.css b/client/src/pages/welcome.css index 18ae3932c3..2bd4aa4498 100644 --- a/client/src/pages/welcome.css +++ b/client/src/pages/welcome.css @@ -20,3 +20,11 @@ p.stats { p.stats span { color: #006400; } + +.night p.stats span { + color: #67d269; +} + +.night .quote-partial .blockquote { + background-color: #333; +} diff --git a/client/src/pages/welcome.js b/client/src/pages/welcome.js index af332f5a0e..26e4e13811 100644 --- a/client/src/pages/welcome.js +++ b/client/src/pages/welcome.js @@ -143,7 +143,7 @@ function Welcome({ - +