diff --git a/.github/assets/logo-no-bg.png b/.github/assets/logo-no-bg.png
new file mode 100644
index 0000000..0d91534
Binary files /dev/null and b/.github/assets/logo-no-bg.png differ
diff --git a/README.md b/README.md
index 5408d01..0021160 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Gitea Mirror
A modern web app for automatically mirroring repositories from GitHub to your self-hosted Gitea.
diff --git a/public/logo-dark.svg b/public/logo-dark.svg
new file mode 100644
index 0000000..e4b125b
--- /dev/null
+++ b/public/logo-dark.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/public/logo-light.svg b/public/logo-light.svg
new file mode 100644
index 0000000..323da08
--- /dev/null
+++ b/public/logo-light.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/public/logo.svg b/public/logo.svg
index d10c8c6..34f945f 100644
--- a/public/logo.svg
+++ b/public/logo.svg
@@ -1,200 +1,16 @@
\ No newline at end of file
diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx
index 5608538..d7a82a9 100644
--- a/src/components/auth/LoginForm.tsx
+++ b/src/components/auth/LoginForm.tsx
@@ -60,7 +60,16 @@ export function LoginForm() {
-
+
+
Gitea Mirror
diff --git a/src/components/auth/SignupForm.tsx b/src/components/auth/SignupForm.tsx
index 29b3f87..53f52f1 100644
--- a/src/components/auth/SignupForm.tsx
+++ b/src/components/auth/SignupForm.tsx
@@ -3,7 +3,6 @@
import { useState } from 'react';
import { Button } from '@/components/ui/button';
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '@/components/ui/card';
-import { GitMerge } from 'lucide-react';
import { toast, Toaster } from 'sonner';
import { showErrorToast } from '@/lib/utils';
@@ -66,7 +65,16 @@ export function SignupForm() {