From 8e9d6cbe1e8174244c50ac387af8fd2db798a57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 28 Feb 2024 19:14:36 +0100 Subject: [PATCH] fix: back button points to .., not / --- src/routes/(fullscreen)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(fullscreen)/+layout.svelte b/src/routes/(fullscreen)/+layout.svelte index b2cdd7e..9921b32 100644 --- a/src/routes/(fullscreen)/+layout.svelte +++ b/src/routes/(fullscreen)/+layout.svelte @@ -2,7 +2,7 @@ import { i18n } from '$lib/i18n'; - {$i18n.t('Back')} + {$i18n.t('Back')}