From fcf52ac4d559560e7b662164d9e1e347e9e46408 Mon Sep 17 00:00:00 2001 From: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:29:12 +0530 Subject: [PATCH] fix(landing): prevent url encoding for spaces for footer links (#2376) --- apps/sim/app/(landing)/components/footer/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/app/(landing)/components/footer/footer.tsx b/apps/sim/app/(landing)/components/footer/footer.tsx index cb13cbd3f..412f3040b 100644 --- a/apps/sim/app/(landing)/components/footer/footer.tsx +++ b/apps/sim/app/(landing)/components/footer/footer.tsx @@ -109,7 +109,7 @@ export default function Footer({ fullWidth = false }: FooterProps) { {FOOTER_BLOCKS.map((block) => (