Fixed incorrect status url for Home Assistant users

This commit is contained in:
Glenn de Haan
2024-09-04 18:12:16 +02:00
parent 86ad4457de
commit 228f512ce8
2 changed files with 2 additions and 2 deletions

View File

@@ -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">