From a4bb6d47a4aee094673910f3534e8da52b459df2 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 20 Dec 2020 23:46:35 -0600 Subject: [PATCH] pages --- components/Content.jsx | 2 +- components/pages/Profile.jsx | 2 +- components/pages/Settings.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Content.jsx b/components/Content.jsx index d88f534..533d4be 100644 --- a/components/Content.jsx +++ b/components/Content.jsx @@ -1,7 +1,7 @@ import classNames from 'classnames'; const Content = ({ className, visible, children }) => ( -
diff --git a/components/pages/Profile.jsx b/components/pages/Profile.jsx index fc75967..efbb9c6 100644 --- a/components/pages/Profile.jsx +++ b/components/pages/Profile.jsx @@ -3,7 +3,7 @@ import Content from "../Content"; const Profile = ({ selected }) => { return ( - +

Profile

) diff --git a/components/pages/Settings.jsx b/components/pages/Settings.jsx index 3ff94ec..c4bde04 100644 --- a/components/pages/Settings.jsx +++ b/components/pages/Settings.jsx @@ -2,7 +2,7 @@ import Content from "../Content"; const Settings = ({ selected }) => { return ( - +

Settings

)