diff --git a/public/App.jsx b/public/App.jsx index 53aedd0..067f9c5 100644 --- a/public/App.jsx +++ b/public/App.jsx @@ -40,7 +40,7 @@ class App extends React.Component { return (
- +
diff --git a/public/background/Background.jsx b/public/background/Background.jsx index 2878d32..ef1a760 100644 --- a/public/background/Background.jsx +++ b/public/background/Background.jsx @@ -28,16 +28,6 @@ export default function(props) { let styleClassPrefix = "o-background--style-"+style; let inners = []; - if(style == "twilight") { - inners.push( - - ); - inners.push(
); - } - return (
diff --git a/public/footer/Footer.jsx b/public/footer/Footer.jsx index 146208b..d974bca 100644 --- a/public/footer/Footer.jsx +++ b/public/footer/Footer.jsx @@ -42,6 +42,9 @@ class Footer extends React.Component { render() { return (