Removed join text face and added to about

This commit is contained in:
Mitchell McCaffrey
2020-04-14 16:55:03 +10:00
parent 506a84b67e
commit ff2127cc77
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ function JoinModal({ isOpen, onRequestClose }) {
/>
<Flex>
<Button sx={{ flexGrow: 1 }} disabled={!gameId}>
Join ()*:
Join
</Button>
</Flex>
</Box>