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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user