diff --git a/website/app/routes/_index.tsx b/website/app/routes/_index.tsx index 911c5de..6163778 100644 --- a/website/app/routes/_index.tsx +++ b/website/app/routes/_index.tsx @@ -4,7 +4,7 @@ import { Link } from "react-router"; export function meta({ }: Route.MetaArgs) { return [ - { title: "WASUP" }, + { title: "WASUP (with a changed title)" }, ]; } diff --git a/website/app/welcome/welcome.tsx b/website/app/welcome/welcome.tsx index 21f8ea2..60fe65c 100644 --- a/website/app/welcome/welcome.tsx +++ b/website/app/welcome/welcome.tsx @@ -5,7 +5,7 @@ export default function Welcome() {

- WASUP + WASUP (with a changed title)