Added missing width and height for images

This commit is contained in:
Glenn de Haan
2024-10-03 11:01:55 +02:00
parent 3990144f07
commit 44e88a99fa
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<div class="flex h-16 justify-between">
<div class="flex">
<a href="<%= baseUrl %>/vouchers" class="flex flex-shrink-0 items-center">
<img class="h-12 w-auto" alt="UniFi Voucher Site Logo" width="48" height="48" src="<%= baseUrl %>/images/logo.png">
<img class="h-12 w-auto" width="48" height="48" alt="UniFi Voucher Site Logo" src="<%= baseUrl %>/images/logo.png">
<div class="hidden sm:block ml-4 text-2xl font-semibold leading-7 text-gray-900 dark:text-white">
UniFi Voucher
</div>