mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Added missing width and height for images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user