mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Fixed incorrect status url for Home Assistant users
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<div class="ml-4 flex flex-shrink-0 items-center">
|
||||
<a href="/status" aria-label="UniFi Voucher Status" type="button" class="mr-1 relative rounded-full p-1 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white">
|
||||
<a href="<%= baseUrl %>/status" aria-label="UniFi Voucher Status" type="button" class="mr-1 relative rounded-full p-1 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white">
|
||||
<span class="absolute -inset-1.5"></span>
|
||||
<span class="sr-only">UniFi Voucher Status</span>
|
||||
<svg class="h-6 w-6 inline-block" viewBox="0 0 24 24" fill="currentColor">
|
||||
|
||||
Reference in New Issue
Block a user