Fix KDS button to use index.html
This commit is contained in:
parent
6ead6ddbb7
commit
f51ef7bab2
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@
|
|||
</svg>
|
||||
Add Menu Item
|
||||
</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">
|
||||
<rect x="2" y="3" width="20" height="14" rx="2"/>
|
||||
<path d="M8 21h8M12 17v4"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue