diff --git a/app/root.tsx b/app/root.tsx index afe3dcc..674e361 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -15,11 +15,13 @@ export function Layout({ children }: PropsWithChildren) { -
+
diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index afda954..78f2cb0 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -21,9 +21,11 @@ export const loader = async () => { export default function Index() { const { keywords } = useLoaderData() + return (

Compare vacancies trends over time

+

Select a preset:

{Object.entries(keywords?.presets ?? {}).map(([label, values]) => { if (values.length === 0) return null @@ -32,7 +34,7 @@ export default function Index() { } key={label}>