From 9a3a30abf8c7c3fd891e6602d7443572092dbbd6 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Wed, 24 Dec 2025 23:12:56 +0100 Subject: [PATCH] fix: update home link in page footer to point to root --- app/ui/PageFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index b03298a..2e17364 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -19,7 +19,7 @@ export const PageFooter: React.FC = async () => {

{t('app-description')}

- {t('links.home')} + {t('links.home')} {t('links.privacy-policy')} {t('links.terms-of-service')}