Edited Website's logo and edited config files to take the png logo perfectly probably
فشلت بعض الفحوصات
Go CI / Check (pull_request) Has been cancelled
Go CI / Lint (pull_request) Has been cancelled
Go CI / Test (mysql, 1.25, mysql:8, ubuntu-latest, 3306:3306) (pull_request) Has been cancelled
Go CI / Test (postgres, 1.25, postgres:16, ubuntu-latest, 5432:5432) (pull_request) Has been cancelled
Go CI / Test (sqlite, 1.25, macOS-latest) (pull_request) Has been cancelled
Go CI / Test (sqlite, 1.25, ubuntu-latest) (pull_request) Has been cancelled
Go CI / Build (1.25, macOS-latest) (pull_request) Has been cancelled
Go CI / Build (1.25, ubuntu-latest) (pull_request) Has been cancelled
Go CI / Build (1.25, windows-latest) (pull_request) Has been cancelled

هذا الالتزام موجود في:
2026-05-08 23:16:20 +03:00
الأصل 34ea1f8e13
التزام c9209d5da4
9 ملفات معدلة مع 7 إضافات و36 حذوفات

عرض الملف

@@ -79,7 +79,7 @@
{{ if $.c.CustomLogo }}
<img src="{{ custom $.c.CustomLogo }}" class="object-cover h-12">
{{ else }}
<img src="{{ asset "img/opengist.svg" }}" class="object-cover h-12 w-12">
<img src="{{ asset "img/opengist.png" }}" class="object-cover h-12 w-12">
{{ end }}
</a>
</div>
@@ -89,7 +89,7 @@
{{ if $.c.CustomLogo }}
<img src="{{ custom $.c.CustomLogo }}" class="object-cover h-12">
{{ else }}
<img src="{{ asset "img/opengist.svg" }}" class="object-cover h-12 w-12">
<img src="{{ asset "img/opengist.png" }}" class="object-cover h-12 w-12">
{{ end }}
</a>
</div>