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

@@ -86,7 +86,7 @@
<% if(vouchers.length < 1) { %>
<div class="text-center mt-10">
<img class="mx-auto h-12 w-auto" alt="UniFi Voucher Site Logo" src="<%= baseUrl %>/images/logo.png">
<img class="mx-auto h-12 w-auto" width="48" height="48" alt="UniFi Voucher Site Logo" src="<%= baseUrl %>/images/logo.png">
<h3 class="mt-2 text-sm font-semibold text-gray-900 dark:text-white">No vouchers</h3>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">Get started by creating a new voucher.</p>
<div class="mt-6">