Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed go/admin/assets/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion go/admin/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
>
<a href="/admin/dashboard" class="cursor-pointer flex flex-1 gap-x-2 items-center">
<img
src="/admin/assets/logo.png"
src="/admin/assets/favicon.ico"
alt="Logo"
class="w-8"
/>
Expand Down
2 changes: 1 addition & 1 deletion go/admin/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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