Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from "react-router";

export function meta({ }: Route.MetaArgs) {
return [
{ title: "WASUP" },
{ title: "WASUP (with a changed title)" },
];
}

Expand Down
2 changes: 1 addition & 1 deletion website/app/welcome/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Welcome() {
<main className="p-8 min-h-screen flex flex-col justify-center items-center w-full">
<h1 className="text-9xl font-extrabold text-center">
<Link to="wasup">
WASUP
WASUP (with a changed title)
</Link>
</h1>
</main>
Expand Down