diff --git a/src/game/index.tsx b/src/game/index.tsx index e261961..2b8d65a 100644 --- a/src/game/index.tsx +++ b/src/game/index.tsx @@ -15,6 +15,8 @@ import TabContext from "@mui/lab/TabContext"; import TabList from "@mui/lab/TabList"; import TabPanel from "@mui/lab/TabPanel"; +import { visuallyHidden } from "@mui/utils"; + import { Layout } from "src/components/layout"; import { Chat } from "src/components/chat"; import { Combat } from "src/components/combat"; @@ -109,6 +111,9 @@ export default function Home(): JSX.Element { > + + Navigation + - + Welcome to Proof of Combat!