diff --git a/app.db b/app.db
index d722110..e0844ab 100644
Binary files a/app.db and b/app.db differ
diff --git a/client/src/components/SignInSide.tsx b/client/src/components/SignInSide.tsx
index ef44700..04a2531 100644
--- a/client/src/components/SignInSide.tsx
+++ b/client/src/components/SignInSide.tsx
@@ -12,7 +12,7 @@ import { useAuth0 } from "../authentication/auth0";
const useStyles = makeStyles((theme: Theme) =>
createStyles({
root: {
- height: "100vh",
+ height: "90vh",
},
image: {
backgroundImage: "url(https://source.unsplash.com/daily?dev)",
@@ -41,6 +41,9 @@ const useStyles = makeStyles((theme: Theme) =>
submit: {
margin: theme.spacing(3, 0, 2),
},
+ subTitle: {
+ margin: theme.spacing(3, 0),
+ },
})
);
@@ -57,19 +60,22 @@ export default function SignInSide() {
-
- Sign in
+
+ BugBuster
+
+
+ Catch any Bugs on the Fly