kopia lustrzana https://github.com/bugout-dev/moonstream
content improvements
rodzic
96bc61d52a
commit
0ea64c8cd7
|
@ -64,9 +64,7 @@ const assets = {
|
||||||
pendingTransactions: `${AWS_ASSETS_PATH}/Ethereum+pending+transactions.png`,
|
pendingTransactions: `${AWS_ASSETS_PATH}/Ethereum+pending+transactions.png`,
|
||||||
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`,
|
||||||
algorithmicFunds: `${AWS_ASSETS_PATH}/algorithmic+funds.png`,
|
|
||||||
cryptoTraders: `${AWS_ASSETS_PATH}/crypto+traders.png`,
|
cryptoTraders: `${AWS_ASSETS_PATH}/crypto+traders.png`,
|
||||||
smartDevelopers: `${AWS_ASSETS_PATH}/smart+contract+developers.png`,
|
|
||||||
};
|
};
|
||||||
const Homepage = () => {
|
const Homepage = () => {
|
||||||
const ui = useContext(UIContext);
|
const ui = useContext(UIContext);
|
||||||
|
@ -273,8 +271,13 @@ const Homepage = () => {
|
||||||
>
|
>
|
||||||
We believe that the blockchain is for everyone. This
|
We believe that the blockchain is for everyone. This
|
||||||
requires complete <b>transparency</b>. That’s why all our
|
requires complete <b>transparency</b>. That’s why all our
|
||||||
software is open source.
|
software is{" "}
|
||||||
<chakra.span display="inline-block" textColor="orange.900">
|
<chakra.span
|
||||||
|
display="inline-block"
|
||||||
|
textColor="orange.900"
|
||||||
|
as={Link}
|
||||||
|
href="https://github.com/bugout-dev/moonstream"
|
||||||
|
>
|
||||||
<i>open source</i>
|
<i>open source</i>
|
||||||
</chakra.span>
|
</chakra.span>
|
||||||
</Text>
|
</Text>
|
||||||
|
@ -505,7 +508,7 @@ const Homepage = () => {
|
||||||
badge={`For smart contract developers`}
|
badge={`For smart contract developers`}
|
||||||
bullets={[
|
bullets={[
|
||||||
{
|
{
|
||||||
text: `See how people use your smart contracts`,
|
text: `Monitor blockchain data in real time`,
|
||||||
icon: IoTelescopeSharp,
|
icon: IoTelescopeSharp,
|
||||||
color: "blue.50",
|
color: "blue.50",
|
||||||
bgColor: "blue.900",
|
bgColor: "blue.900",
|
||||||
|
|
Ładowanie…
Reference in New Issue