From 6921a214f56be54f6c721a96241e6024805fedf8 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 27 Jan 2025 00:41:52 +0000 Subject: [PATCH] feat: quick update to website description --- app/routes/home.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.", + }, ] }