diff --git a/src/components/Splash/Splash.jsx b/src/components/Splash/Splash.jsx index f41e2ec30dbc..7125e65f3592 100644 --- a/src/components/Splash/Splash.jsx +++ b/src/components/Splash/Splash.jsx @@ -28,6 +28,9 @@ const Splash = () => (
Through contributions, donations, and sponsorship, you allow webpack to thrive. Your donations directly support office hours, continued enhancements, and most importantly, great documentation and learning material!
+The following Backers are individuals who have contributed various amounts of money in order to help support webpack. Every little bit helps, and we appreciate even the smallest contributions.
+ ) : rank === 'latest' ? ( +The following persons/organizations made their first donation in the last {Math.round(maxAge / (1000 * 60 * 60 * 24))} days.
) : ({ rank } sponsors diff --git a/src/components/Support/Support.scss b/src/components/Support/Support.scss index f169e4942e6b..819046df97ac 100644 --- a/src/components/Support/Support.scss +++ b/src/components/Support/Support.scss @@ -22,6 +22,11 @@ margin: 0 2px 2px 2px; } + &__latest-avatar { + height: 64px; + max-width: 192px; + } + &__bronze-avatar { height: 32px; max-width: 96px;