fix(badges): correct templates link URL — /events/[id]/templates not /badges/templates

Route group (badges) is parenthetical and doesn't contribute a URL segment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-06-04 19:05:08 -04:00
parent 399f98ce8e
commit 84c4a2aa43

View File

@@ -486,7 +486,7 @@ async function handle_search_refresh(params: any) {
<div transition:slide={{ duration: 200 }} class="flex flex-row gap-1 items-center justify-center">
{#if $ae_loc.manager_access}
<a
href="/events/{$events_slct?.event_id}/badges/templates"
href="/events/{$events_slct?.event_id}/templates"
class="btn btn-sm preset-tonal-surface border-surface-300-700 border">
<LayoutTemplate size="1em" />
Templates