From 5c721988141e13a794eb1d68792590aa7a784ceb Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:56:03 -0700 Subject: [PATCH] change title --- website/app/routes/_index.tsx | 2 +- website/app/welcome/welcome.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)