pull/554/head
Tim Pechersky 2022-02-21 13:26:14 +00:00
rodzic 3fbcf81903
commit dbf0d15eb6
1 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -149,11 +149,11 @@ const carousel_content = [
{ title: "Bitcoin coming soon!", img: assets["bitcoinLogo"] }, { title: "Bitcoin coming soon!", img: assets["bitcoinLogo"] },
{ title: "Ethereum", img: assets["ethereumBlackLogo"] }, { title: "Ethereum", img: assets["ethereumBlackLogo"] },
{ title: "Ethereum transaction pool", img: assets["ethereumRainbowLogo"] }, { title: "Ethereum transaction pool", img: assets["ethereumRainbowLogo"] },
{ title: "Polygon coming soon!", img: assets["maticLogo"] }, { title: "Polygon", img: assets["maticLogo"] },
{ title: "Bitcoin coming soon!", img: assets["bitcoinLogo"] }, { title: "Bitcoin coming soon!", img: assets["bitcoinLogo"] },
{ title: "Ethereum", img: assets["ethereumBlackLogo"] }, { title: "Ethereum", img: assets["ethereumBlackLogo"] },
{ title: "Ethereum transaction pool", img: assets["ethereumRainbowLogo"] }, { title: "Ethereum transaction pool", img: assets["ethereumRainbowLogo"] },
{ title: "Polygon coming soon!", img: assets["maticLogo"] }, { title: "Polygon", img: assets["maticLogo"] },
]; ];
const Homepage = () => { const Homepage = () => {
const ui = useContext(UIContext); const ui = useContext(UIContext);
@ -349,8 +349,11 @@ const Homepage = () => {
display="inline-block" display="inline-block"
color="blue.200" color="blue.200"
> >
Moonstream has handled over $200M in transaction value Moonstream has handled over{" "}
to date. <Text fontWeight={600} textColor="orange.900" display={"inline-block"}>
$200M
</Text>{" "}
in transaction value to date.
</chakra.span> </chakra.span>
<Box <Box
w="100vw" w="100vw"
@ -903,7 +906,7 @@ const Homepage = () => {
mb={18} mb={18}
fontSize={["md", "2xl", "3xl", "3xl", "3xl", "4xl"]} fontSize={["md", "2xl", "3xl", "3xl", "3xl", "4xl"]}
> >
Checkout our GitHub repository and join our community on Check out our GitHub repository and join our community on
Discord Discord
</Text> </Text>
</chakra.span> </chakra.span>