Skip to content
Merged
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 app/FramesList/FramesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions app/routes/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
];
}

Expand Down
2 changes: 1 addition & 1 deletion app/routes/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading