diff --git a/web/public/logo-dark.png b/web/public/logo-dark.png
new file mode 100644
index 0000000..ee739a4
Binary files /dev/null and b/web/public/logo-dark.png differ
diff --git a/web/src/components/Login.jsx b/web/src/components/Login.jsx
index d1e0d3a..1b6a3d0 100644
--- a/web/src/components/Login.jsx
+++ b/web/src/components/Login.jsx
@@ -115,7 +115,7 @@ export default function ({ navigate }) {
);
-}
\ No newline at end of file
+}
diff --git a/web/src/components/Register.jsx b/web/src/components/Register.jsx
index 0f002cd..d6d2763 100644
--- a/web/src/components/Register.jsx
+++ b/web/src/components/Register.jsx
@@ -116,7 +116,7 @@ export default function ({ navigate }) {