diff --git a/app/routes/rpserver.tsx b/app/routes/rpserver.tsx index 31a444f..4123a5c 100644 --- a/app/routes/rpserver.tsx +++ b/app/routes/rpserver.tsx @@ -2,17 +2,16 @@ import { Button, Container, Heading, - Input, - Link, + ListItem, Text, - Textarea, + UnorderedList, } from "@chakra-ui/react"; import { useLoaderData } from "@remix-run/react"; export function meta() { return [ { - title: "RP Server List Application", + title: "RP Server Application", }, ]; } @@ -31,118 +30,52 @@ export default function () { return ( - RP Server List Application -
-
- - In order to apply, your server will be reviewed and must meet our - standards. This means: -
- -
- As the owner of your server, you are expected to maintain a good image - within our server. This means: -
- -
- We expect a somewhat decent application. Give us enough writing for us - to understand your server, but don't give us a wall of text. Anyone - submitting a wall of text for their application should expect their - application to be thrown in the trash and not responded to, so please - don't give us a calculus textbook. + + RP Server Application + + + Thanks for your interest in applying to list your server! Before we get + started, please review our rules. -
-
- What is your Roblox username? -
- -
-
- What is your Discord username? -
- -
-
- What is your Discord user ID? -
- -
-
- Introduce yourself to us! -
-