Fix KDS button to use index.html

This commit is contained in:
John Mizerek 2026-01-18 13:10:03 -08:00
parent 6ead6ddbb7
commit f51ef7bab2

View file

@ -189,7 +189,7 @@
</svg> </svg>
Add Menu Item Add Menu Item
</button> </button>
<button class="action-btn" onclick="window.open('/kds/', '_blank')"> <button class="action-btn" onclick="window.open('/kds/index.html', '_blank')">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="2" y="3" width="20" height="14" rx="2"/> <rect x="2" y="3" width="20" height="14" rx="2"/>
<path d="M8 21h8M12 17v4"/> <path d="M8 21h8M12 17v4"/>