Improved styling and naming scheme.

This commit is contained in:
2022-01-16 01:29:30 -06:00
parent 6c05cbba7b
commit c7f95a14c3
6 changed files with 49 additions and 35 deletions

View File

@@ -9,8 +9,8 @@ export const routes = [
component: OverviewInfo,
},
{
path: "/remcs",
name: "remcs",
path: "/resmcs",
name: "resmcs",
component: MinecraftServer,
},
{