diff --git a/app/routes/home.tsx b/app/routes/home.tsx index f78a00e..9cf2890 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -5,10 +5,13 @@ import { toast } from "sonner"; import type { Route } from "./+types/home"; import { Welcome } from "../welcome/welcome"; -export function meta({}: Route.MetaArgs) { +export function meta() { return [ { title: "Brackt - Fantasy Sports Brackets" }, - { name: "description", content: "Create and manage your fantasy sports leagues" }, + { + name: "description", + content: "Create and manage your fantasy sports leagues", + }, ]; }