Skip to content

Commit 462b966

Browse files
authored
Merge pull request #643 from vitessio/fix-logo-admin
Remove old logo from admin
2 parents fddf491 + 11cad41 commit 462b966

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

go/admin/assets/logo.png

-78.4 KB
Binary file not shown.

go/admin/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
>
44
<a href="/admin/dashboard" class="cursor-pointer flex flex-1 gap-x-2 items-center">
55
<img
6-
src="/admin/assets/logo.png"
6+
src="/admin/assets/favicon.ico"
77
alt="Logo"
88
class="w-8"
99
/>

go/admin/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<body class="flex flex-col items-center justify-center h-screen bg-white">
1414
<div class="flex flex-row">
15-
<img src="/admin/assets/logo.png" class="h-12" alt="logo" />
15+
<img src="/admin/assets/favicon.ico" class="h-12" alt="logo" />
1616
<h1 class="text-3xl font-bold mb-2">arewefastyet</h1>
1717
</div>
1818
<h2 class="text-5xl font-semibold text-orange-500 mb-8">Admin Login</h2>

0 commit comments

Comments
 (0)