From fd131b84c15f5410cd7ca3f059fd725d45c5ff6d Mon Sep 17 00:00:00 2001 From: picklesrus Date: Mon, 23 Sep 2019 18:04:59 -0400 Subject: [PATCH] Add Logo to join flow standalone page. Will need some css work, especially for small screens. --- src/views/join/join.jsx | 13 +++++++++++++ src/views/join/join.scss | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 src/views/join/join.scss diff --git a/src/views/join/join.jsx b/src/views/join/join.jsx index 60379fd86a9..a62e7d449e5 100644 --- a/src/views/join/join.jsx +++ b/src/views/join/join.jsx @@ -5,8 +5,21 @@ const ErrorBoundary = require('../../components/errorboundary/errorboundary.jsx' // Require this even though we don't use it because, without it, webpack runs out of memory... const Page = require('../../components/page/www/page.jsx'); // eslint-disable-line no-unused-vars +require('./join.scss'); const Register = () => ( +
+ + + + +