From 9a839b8c2503630e7491d9ca9e8973b847da9e6a Mon Sep 17 00:00:00 2001 From: Boo <99917823+Boopup@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:15:46 -0500 Subject: [PATCH] Remove "Search from Sidebar" from 404 page You can't search from the sidebar in Orbit, so I'm not too sure why it's there. I removed this single line of code. (Fun fact: I was the original creator of the 404 page in Orbit!! Amazing, right?? I'm so honored.) --- pages/404.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/404.tsx b/pages/404.tsx index d4263569..ee580bda 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -69,8 +69,6 @@ export default function Error() { Report an issue - -
Or try searching from the sidebar.