diff --git a/public/background/Background.jsx b/public/background/Background.jsx index 4cba093..2878d32 100644 --- a/public/background/Background.jsx +++ b/public/background/Background.jsx @@ -29,6 +29,12 @@ export default function(props) { let inners = []; if(style == "twilight") { + inners.push( + + ); inners.push(
); } diff --git a/public/footer/Footer.jsx b/public/footer/Footer.jsx index fc996b2..146208b 100644 --- a/public/footer/Footer.jsx +++ b/public/footer/Footer.jsx @@ -26,7 +26,11 @@ import { PageBoundary } from './../page/Page'; const FooterLink = function(props) { return ( - Link + + + Link + + ); } @@ -40,15 +44,18 @@ class Footer extends React.Component {