From 4b49200126cabaac84b61b550bf7b079f777adfc Mon Sep 17 00:00:00 2001 From: mgmatola Date: Mon, 11 Dec 2017 11:40:00 -0500 Subject: [PATCH] Add snowflakes for December --- components/layout.js | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/components/layout.js b/components/layout.js index 07e6dec..b5e3387 100644 --- a/components/layout.js +++ b/components/layout.js @@ -3,6 +3,7 @@ import PropTypes from 'prop-types' import Head from 'next/head' import Header from './header' import Footer from './footer' +import Snowflakes from 'react-snowflakes' const Layout = ({children}) => (
@@ -41,6 +42,11 @@ const Layout = ({children}) => ( } `} + {new Date().getMonth() === 11 && + + }
{children}