From 87aaa74fc1f8229dfa06a1d9152e3dbe4f4bcae7 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Mon, 27 Jan 2025 20:13:35 +0100 Subject: [PATCH 1/2] search: respect the stored platform on non platform pages --- app/not-found.tsx | 8 +++++- src/components/header.tsx | 15 +++++++++-- src/components/home.tsx | 2 +- src/components/search/index.tsx | 45 ++++++++++++++++++++++++++++----- 4 files changed, 60 insertions(+), 10 deletions(-) diff --git a/app/not-found.tsx b/app/not-found.tsx index 4f49a35d4674e4..901e6a71adf813 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -24,7 +24,13 @@ export default function NotFound() {

Let's give it another shot:

- +