fix: back button points to .., not /
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Tomáš Mládek 2024-02-28 19:14:36 +01:00
parent 1dfcadc8a3
commit 8e9d6cbe1e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { i18n } from '$lib/i18n';
</script>
<a href="/" class="hide-idle"><i class="ti ti-arrow-back"></i> {$i18n.t('Back')}</a>
<a href=".." class="hide-idle"><i class="ti ti-arrow-back"></i> {$i18n.t('Back')}</a>
<slot />
<style>