fix: back button points to .., not /
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1dfcadc8a3
commit
8e9d6cbe1e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue