Files
ladill-frontdesk/resources/views/frontdesk/partials/kiosk-back.blade.php
T
isaaccladandCursor c9a1f7683b
Deploy Ladill Frontdesk / deploy (push) Successful in 22s
Add back icon to kiosk type picker and check-in steps.
Place a circular back control at the top-left of the content area; return to welcome or previous form step.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 22:02:14 +00:00

9 lines
511 B
PHP

<button type="button"
@click="goBack()"
class="flex h-11 w-11 items-center justify-center rounded-full border border-slate-200 bg-white text-slate-700 shadow-sm transition hover:border-indigo-200 hover:bg-indigo-50 active:scale-95"
aria-label="Go back">
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" />
</svg>
</button>