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