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

This commit is contained in:
Tomáš Mládek 2024-02-28 19:14:36 +01:00
parent 1dfcadc8a3
commit 8e9d6cbe1e

View file

@ -2,7 +2,7 @@
import { i18n } from '$lib/i18n'; import { i18n } from '$lib/i18n';
</script> </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 /> <slot />
<style> <style>