V2 future stuff

This commit is contained in:
2023-10-19 16:49:36 -04:00
parent c611253c4a
commit cdaef74d37
10 changed files with 69 additions and 28 deletions

View File

@ -9,9 +9,11 @@ import {
} from "@chakra-ui/react";
export function meta() {
return {
title: "Admin Application - Car Crushers",
};
return [
{
title: "Admin Application - Car Crushers",
},
];
}
export default function () {

View File

@ -53,9 +53,11 @@ export async function loader({ context }: { context: RequestContext }) {
}
export function meta() {
return {
title: "Appeals - Car Crushers",
};
return [
{
title: "Appeals - Car Crushers",
},
];
}
export default function () {

View File

@ -78,9 +78,11 @@ export async function loader({ context }: { context: RequestContext }) {
}
export function meta() {
return {
title: "Moderation Queue - Car Crushers",
};
return [
{
title: "Moderation Queue - Car Crushers",
},
];
}
export default function () {

View File

@ -1,9 +1,11 @@
import { Container, Heading, Link, Text } from "@chakra-ui/react";
export function meta() {
return {
title: "Privacy Police - Car Crushers",
};
return [
{
title: "Privacy Policy - Car Crushers",
},
];
}
export default function () {

View File

@ -28,9 +28,11 @@ export async function loader({
}
export function meta() {
return {
title: "Report an Exploiter - Car Crushers",
};
return [
{
title: "Report an Exploiter - Car Crushers",
},
];
}
export default function () {

View File

@ -13,9 +13,11 @@ import {
} from "@chakra-ui/react";
export function meta() {
return {
title: "Support - Car Crushers",
};
return [
{
title: "Support - Car Crushers",
},
];
}
export default function () {

View File

@ -12,9 +12,11 @@ import {
import team from "../../data/team.json";
export function meta() {
return {
title: "Our Team - Car Crushers",
};
return [
{
title: "Our Team - Car Crushers",
},
];
}
export default function () {

View File

@ -1,9 +1,11 @@
import { Container, Heading, Link, Text } from "@chakra-ui/react";
export function meta() {
return {
title: "Terms and Conditions - Car Crushers",
};
return [
{
title: "Terms and Conditions - Car Crushers",
},
];
}
export default function () {