diff --git a/app/FramesList/FramesList.tsx b/app/FramesList/FramesList.tsx index 5a28fd3..5b3948b 100644 --- a/app/FramesList/FramesList.tsx +++ b/app/FramesList/FramesList.tsx @@ -78,7 +78,7 @@ export const sources: SourceData[] = [ }, { name: "Brotato", - URL: "404.html", + URL: "https://skibidi-math.github.io/brotato/", description: "This was the goated game before Celeste. Its a 2D rougelike where you make combos to kill monsters as a potato.", category: "Rougelike", diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 0259988..b170530 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -5,8 +5,8 @@ import Header from "../Header"; export function meta(_args: Route.MetaArgs) { return [ - { title: "Source Frames [INSERT YOUR APP TITLE HERE]" }, - { name: "description", content: "Welcome to React Router!" }, + { title: "Skibidi Math" }, + { name: "description", content: "Its time to be skibidi and do math." }, ]; } diff --git a/app/routes/settings.tsx b/app/routes/settings.tsx index b38fa27..108f7b4 100644 --- a/app/routes/settings.tsx +++ b/app/routes/settings.tsx @@ -2,7 +2,7 @@ import React from "react"; import { Link } from "react-router"; export function meta() { - return [{ title: "Settings - Source Frames" }]; + return [{ title: "Skibidi Math Settings" }]; } export default function Settings() {