logo changed for other areas

This commit is contained in:
abhrajitray77
2025-08-05 21:04:37 +05:30
parent 4e3c4c2c67
commit 814be1e9d0
10 changed files with 7 additions and 70 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src=".github/assets/logo-no-bg.png" alt="Gitea Mirror Logo" width="120" /> <img src=".github/assets/logo.png" alt="Gitea Mirror Logo" width="120" />
<h1>Gitea Mirror</h1> <h1>Gitea Mirror</h1>
<p><i>Automatically mirror repositories from GitHub to your self-hosted Gitea instance.</i></p> <p><i>Automatically mirror repositories from GitHub to your self-hosted Gitea instance.</i></p>
<p align="center"> <p align="center">

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -84,14 +84,9 @@ export function LoginForm() {
<CardHeader className="text-center"> <CardHeader className="text-center">
<div className="flex justify-center mb-4"> <div className="flex justify-center mb-4">
<img <img
src="/logo-light.svg" src="/logo.png"
alt="Gitea Mirror Logo" alt="Gitea Mirror Logo"
className="h-10 w-10 dark:hidden" className="h-8 w-10"
/>
<img
src="/logo-dark.svg"
alt="Gitea Mirror Logo"
className="h-10 w-10 hidden dark:block"
/> />
</div> </div>
<CardTitle className="text-2xl">Gitea Mirror</CardTitle> <CardTitle className="text-2xl">Gitea Mirror</CardTitle>

View File

@@ -54,14 +54,9 @@ export function SignupForm() {
<CardHeader className="text-center"> <CardHeader className="text-center">
<div className="flex justify-center mb-4"> <div className="flex justify-center mb-4">
<img <img
src="/logo-light.svg" src="/logo.png"
alt="Gitea Mirror Logo" alt="Gitea Mirror Logo"
className="h-10 w-10 dark:hidden" className="h-8 w-10"
/>
<img
src="/logo-dark.svg"
alt="Gitea Mirror Logo"
className="h-10 w-10 hidden dark:block"
/> />
</div> </div>
<CardTitle className="text-2xl">Create Admin Account</CardTitle> <CardTitle className="text-2xl">Create Admin Account</CardTitle>

View File

@@ -85,14 +85,9 @@ export function Header({ currentPage, onNavigate, onMenuClick }: HeaderProps) {
className="flex items-center gap-2 py-1 hover:opacity-80 transition-opacity" className="flex items-center gap-2 py-1 hover:opacity-80 transition-opacity"
> >
<img <img
src="/logo-light.svg" src="/logo.png"
alt="Gitea Mirror Logo" alt="Gitea Mirror Logo"
className="h-6 w-6 dark:hidden" className="h-5 w-6"
/>
<img
src="/logo-dark.svg"
alt="Gitea Mirror Logo"
className="h-6 w-6 hidden dark:block"
/> />
<span className="text-xl font-bold hidden sm:inline">Gitea Mirror</span> <span className="text-xl font-bold hidden sm:inline">Gitea Mirror</span>
</button> </button>