From 0bf01a7d9e339f87374c567ad5a3bb9bf67a7026 Mon Sep 17 00:00:00 2001 From: andres Date: Thu, 20 Jun 2024 20:10:27 +0200 Subject: [PATCH] styles --- app/root.tsx | 6 ++++-- app/routes/_index.tsx | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) 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}>