diff --git a/components/navigation/navigation-style.scss b/components/navigation/navigation-style.scss
index d4ab7482e959..b61a89270637 100644
--- a/components/navigation/navigation-style.scss
+++ b/components/navigation/navigation-style.scss
@@ -16,6 +16,11 @@
.navigation__inner {
position:absolute;
+ left:0;
+
+ @include break {
+ left:auto;
+ }
}
.navigation__link:hover,
diff --git a/components/splash/splash.jsx b/components/splash/splash.jsx
index 66ac55a2bf94..4e4b77e688bc 100644
--- a/components/splash/splash.jsx
+++ b/components/splash/splash.jsx
@@ -28,20 +28,10 @@ export default props => {
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!
Sponsors
-
-
+
Backers
-
-
+
);
diff --git a/components/support/support.jsx b/components/support/support.jsx
index 16d265ff0bee..e92fdb431991 100644
--- a/components/support/support.jsx
+++ b/components/support/support.jsx
@@ -1,25 +1,7 @@
import React from 'react';
import './support-style';
-function getImage(a, funcName) {
- if (typeof window !== 'undefined') {
- window.CloudFlare && window.CloudFlare.push(
- function(b) {
- b(['cloudflare/rocket'], function(c) {
- c.push(function() {
- (function() {
- window.avatars[funcName]();
- }).call(a);
- });
- });
- }
- );
- }
-}
-
export default ({number, type}) => {
- let funcName = type === 'backer' ? 'backerLoaded' : 'sponsorLoaded';
-
return (
{[...Array(number)].map((x, i) =>
@@ -29,8 +11,7 @@ export default ({number, type}) => {
target="_blank">

+ alt={ `${type} avatar` } />
)}