Map now has some form of transparency with integration.

This commit is contained in:
2022-01-18 14:13:49 -06:00
parent 7917565438
commit 39c003d6c8
2 changed files with 17 additions and 12 deletions

View File

@@ -8,14 +8,14 @@ export const routes = [
name: "Home",
component: OverviewInfo,
},
{
path: "/steam",
name: "Steam System",
component: SteamServer,
},
{
path: "/mcs",
name: "Minecraft Server",
component: MinecraftServer,
},
{
path: "/steam",
name: "Steam System",
component: SteamServer,
}
];