Removed join text face and added to about
This commit is contained in:
parent
506a84b67e
commit
ff2127cc77
@ -50,7 +50,7 @@ function JoinModal({ isOpen, onRequestClose }) {
|
|||||||
/>
|
/>
|
||||||
<Flex>
|
<Flex>
|
||||||
<Button sx={{ flexGrow: 1 }} disabled={!gameId}>
|
<Button sx={{ flexGrow: 1 }} disabled={!gameId}>
|
||||||
Join › (ノ◕ヮ◕)ノ*:・゚✧
|
Join
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -22,7 +22,7 @@ function About() {
|
|||||||
mb={2}
|
mb={2}
|
||||||
>
|
>
|
||||||
<Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
<Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
||||||
About
|
About ʕ•ᴥ•ʔ
|
||||||
</Text>
|
</Text>
|
||||||
<Text my={1} mt={2} variant="heading" as="h3" sx={{ fontSize: 3 }}>
|
<Text my={1} mt={2} variant="heading" as="h3" sx={{ fontSize: 3 }}>
|
||||||
The Goal
|
The Goal
|
||||||
|
Loading…
Reference in New Issue
Block a user