From 97d84bdc17fe272890c6c2f873c56a3e39d31b32 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Wed, 11 Mar 2026 04:10:16 -0400 Subject: [PATCH] Hide login/profile on 404s since apparently that still doesn't work --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index 385f848..4519e34 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -75,7 +75,7 @@ export function ErrorBoundary() { case 404: return ( - + 404