From 9752a49144c020de855ccbd9232f98b10ef7ecca Mon Sep 17 00:00:00 2001 From: theveryoilydill Date: Thu, 4 Jun 2026 23:27:22 +0000 Subject: [PATCH 1/2] Changed Title Names --- app/routes/home.tsx | 4 ++-- app/routes/settings.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() { From 535a84272e46c7eb7447b059521a06c9995e8db0 Mon Sep 17 00:00:00 2001 From: theveryoilydill Date: Fri, 5 Jun 2026 03:57:59 +0000 Subject: [PATCH 2/2] Fix Brotato Source --- app/FramesList/FramesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",