feat: quick update to website description

This commit is contained in:
2025-01-27 00:41:52 +00:00
parent 4e3d6212df
commit 6921a214f5

View File

@@ -11,7 +11,10 @@ import { useUiMode } from "~/use-ui-mode"
export function meta() { export function meta() {
return [ return [
{ title: "TrackMyApp" }, { title: "TrackMyApp" },
{ name: "description", content: "Track and visualize your applications" }, {
name: "description",
content: "Track and visualize your job applications and more.",
},
] ]
} }