kopia lustrzana https://github.com/bugout-dev/moonstream
commit
4359a9f497
|
@ -19,6 +19,7 @@ import {
|
||||||
Text,
|
Text,
|
||||||
GridItem,
|
GridItem,
|
||||||
SimpleGrid,
|
SimpleGrid,
|
||||||
|
Button,
|
||||||
Image as ChakraImage,
|
Image as ChakraImage,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import dynamic from "next/dynamic";
|
import dynamic from "next/dynamic";
|
||||||
|
@ -776,18 +777,18 @@ const Homepage = () => {
|
||||||
Join our Discord
|
Join our Discord
|
||||||
</RouteButton>
|
</RouteButton>
|
||||||
</Flex>
|
</Flex>
|
||||||
<RouteButton
|
<Button
|
||||||
placeSelf="center"
|
placeSelf="center"
|
||||||
isExternal
|
isExternal
|
||||||
w={["100%", "100%", "fit-content", null]}
|
w={["100%", "100%", "fit-content", null]}
|
||||||
maxW={["250px", null, "fit-content"]}
|
maxW={["250px", null, "fit-content"]}
|
||||||
href={`https://github.com/bugout-dev/moonstream`}
|
onClick={() => toggleModal("register")}
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
colorScheme="orange"
|
colorScheme="orange"
|
||||||
>
|
>
|
||||||
Sign up
|
Sign up
|
||||||
</RouteButton>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</GridItem>
|
</GridItem>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Ładowanie…
Reference in New Issue