mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-07 12:06:46 +03:00
🐧New logo added
This commit is contained in:
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 |
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 |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 13 KiB |
@@ -34,14 +34,9 @@ const currentYear = new Date().getFullYear();
|
|||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<div class="flex items-center justify-center gap-2 mb-2">
|
<div class="flex items-center justify-center gap-2 mb-2">
|
||||||
<img
|
<img
|
||||||
src="/logo-light.svg"
|
src="/assets/logo.png"
|
||||||
alt="Gitea Mirror"
|
alt="Gitea Mirror"
|
||||||
class="w-6 h-6 sm:w-8 sm:h-8 dark:hidden"
|
class="w-7 h-6 md:w-10 md:h-8"
|
||||||
/>
|
|
||||||
<img
|
|
||||||
src="/logo-dark.svg"
|
|
||||||
alt="Gitea Mirror"
|
|
||||||
class="w-6 h-6 sm:w-8 sm:h-8 hidden dark:block"
|
|
||||||
/>
|
/>
|
||||||
<span class="font-semibold text-base sm:text-lg">Gitea Mirror</span>
|
<span class="font-semibold text-base sm:text-lg">Gitea Mirror</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -29,14 +29,9 @@ export function Header() {
|
|||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<a href="#" className="flex items-center gap-2 group">
|
<a href="#" className="flex items-center gap-2 group">
|
||||||
<img
|
<img
|
||||||
src="/logo-light.svg"
|
src="/assets/logo.png"
|
||||||
alt="Gitea Mirror Logo"
|
alt="Gitea Mirror Logo"
|
||||||
className="h-6 w-6 dark:hidden"
|
className="w-7 h-6 md:w-10 md:h-8"
|
||||||
/>
|
|
||||||
<img
|
|
||||||
src="/logo-dark.svg"
|
|
||||||
alt="Gitea Mirror Logo"
|
|
||||||
className="h-6 w-6 hidden dark:block"
|
|
||||||
/>
|
/>
|
||||||
<span className="text-lg sm:text-xl font-bold">Gitea Mirror</span>
|
<span className="text-lg sm:text-xl font-bold">Gitea Mirror</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user