From 90207f98fa52f258e4be32bc80cdbfc31e3a4765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 30 Mar 2024 15:41:22 +0100 Subject: [PATCH] feat: Add query to `title` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.tsx b/routes/index.tsx index 9213b35..e8ba877 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -26,7 +26,7 @@ export default function Home({ data }: PageProps) { return ( <> - NRSS + {data.query ? `Søk: ${data.query} - ` : ""}NRSS