diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 9a7bba1..a05971e 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -11,7 +11,10 @@ import { useUiMode } from "~/use-ui-mode" export function meta() { return [ { title: "TrackMyApp" }, - { name: "description", content: "Track and visualize your applications" }, + { + name: "description", + content: "Track and visualize your job applications and more.", + }, ] }