From 63e4b3479f0e6c1d0c59bcc22f22d5521c0e9a9a Mon Sep 17 00:00:00 2001 From: schaschjan Date: Mon, 16 Sep 2024 11:46:08 +0200 Subject: [PATCH] fix --- components/footer/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/footer/footer.tsx b/components/footer/footer.tsx index 7181bdb..73998e0 100644 --- a/components/footer/footer.tsx +++ b/components/footer/footer.tsx @@ -29,7 +29,7 @@ export function Footer() { href={ currentLocation ? `${process.env.NEXT_PUBLIC_LEGACY_HOST}/${currentLocation.url}` - : process.env.NEXT_PUBLIC_LEGACY_HOST + : process.env.NEXT_PUBLIC_LEGACY_HOST as string } > Old version