From 6606d321fe317f9cbfc3f94a731efe8d489e02f9 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 6 Apr 2022 09:21:21 -0700 Subject: [PATCH] Started fleshing out UI... Signed-off-by: James Ketrenos --- client/src/App.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 550f606..64d90d1 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -14,6 +14,7 @@ import Container from '@mui/material/Container'; import Paper from '@mui/material/Paper'; import SignIn from "./SignIn.js"; import SignUp from "./SignUp.js"; +import { borderLeft } from '@mui/system'; function App() { const [ user, setUser ] = useState(null); @@ -30,7 +31,14 @@ function App() { Not implemented... yet. }/> Coming soon... + +
Goodtimes
+
The eventual new site for the legacy Beer Tuesday... coming soon... +
+
}/>