diff --git a/.gitignore b/.gitignore
index a440b96..7389db9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,4 +27,7 @@ yarn-error.log*
.env.local
.env.development.local
.env.test.local
-.env.production.local
\ No newline at end of file
+.env.production.local
+
+# Custom
+/.vscode/
diff --git a/pages/auth.js b/pages/auth.js
index c63f590..a5bf5f8 100644
--- a/pages/auth.js
+++ b/pages/auth.js
@@ -39,37 +39,10 @@ function AuthPage(props) {
- {/*
-
-
-
-
-
-
-
-
-
-
-
-
- */}
);
}
-// function SignUp(props) {
-// return (
-//
-//
-// Next.js example
-//
-//
-//
-// );
-// }
-
export async function getServerSideProps(context) {
const res = await fetch("https://api.github.com/repos/vercel/next.js");
const json = await res.json();
diff --git a/public/images/bookworm-logo.png b/public/images/bookworm-logo.png
new file mode 100644
index 0000000..7c46c8b
Binary files /dev/null and b/public/images/bookworm-logo.png differ