kopia lustrzana https://github.com/bugout-dev/moonstream
comic v0.1
rodzic
0ea64c8cd7
commit
fe1e82b957
|
@ -65,6 +65,7 @@ const assets = {
|
||||||
priceInformation: `${AWS_ASSETS_PATH}/Price+information.png`,
|
priceInformation: `${AWS_ASSETS_PATH}/Price+information.png`,
|
||||||
socialMediaPosts: `${AWS_ASSETS_PATH}/Social+media+posts.png`,
|
socialMediaPosts: `${AWS_ASSETS_PATH}/Social+media+posts.png`,
|
||||||
cryptoTraders: `${AWS_ASSETS_PATH}/crypto+traders.png`,
|
cryptoTraders: `${AWS_ASSETS_PATH}/crypto+traders.png`,
|
||||||
|
comicWhite: `${AWS_ASSETS_PATH}/moonstream-comic-white.png`,
|
||||||
};
|
};
|
||||||
const Homepage = () => {
|
const Homepage = () => {
|
||||||
const ui = useContext(UIContext);
|
const ui = useContext(UIContext);
|
||||||
|
@ -577,6 +578,17 @@ const Homepage = () => {
|
||||||
</Stack>
|
</Stack>
|
||||||
</Center>
|
</Center>
|
||||||
</GridItem>
|
</GridItem>
|
||||||
|
<GridItem
|
||||||
|
placeItems="center"
|
||||||
|
w="100%"
|
||||||
|
colSpan="12"
|
||||||
|
pt={["0", "0", "5.125rem", null, "5.125rem"]}
|
||||||
|
pb="120px"
|
||||||
|
>
|
||||||
|
<Center>
|
||||||
|
<ChakraImage src={assets["comicWhite"]}></ChakraImage>
|
||||||
|
</Center>
|
||||||
|
</GridItem>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Ładowanie…
Reference in New Issue