Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
figitaki committed Sep 28, 2020
1 parent 079e139 commit 25c78b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions frontend/website-redesign/src/components/AnnouncementBanner.re
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ let make = (~children) => {
</div>
</Next.Link>
</div>
<div className=Styles.changeRegionSection>
<Icon kind=Icon.World />
<span
className=Css.(
merge([Styles.flexCenter, Styles.hideIfMobileElseShow])
)>
<span className=Styles.changeRegionText>
{React.string("Change Region")}
</span>
<Icon kind=Icon.ChevronDown />
</span>
</div>
//<div className=Styles.changeRegionSection>
// <Icon kind=Icon.World />
// <span
// className=Css.(
// merge([Styles.flexCenter, Styles.hideIfMobileElseShow])
// )>
// <span className=Styles.changeRegionText>
// {React.string("Change Region")}
// </span>
// <Icon kind=Icon.ChevronDown />
// </span>
// </div>
</div>;
};
2 changes: 1 addition & 1 deletion frontend/website-redesign/src/components/HomepageHero.re
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ let make = (~backgroundImg) => {
<span>
<p className=Styles.heroText>
{React.string(
"By design, the entire Coda blockchain is and will always be about 22kb - the size of a couple of tweets. So anyone with a smartphone will be able to sync and verify the network in seconds.",
"By design, the entire Mina blockchain is and will always be about 22kb - the size of a couple of tweets. So anyone with a smartphone will be able to sync and verify the network in seconds.",
)}
</p>
</span>
Expand Down
2 changes: 1 addition & 1 deletion frontend/website-redesign/src/components/Page.re
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let make =
</style>
</Next.Head>
<AnnouncementBanner>
{React.string("Mainnet is live!")}
{React.string("Mina is Growing Fast.")}
</AnnouncementBanner>
<Nav />
<main> children </main>
Expand Down

0 comments on commit 25c78b2

Please sign in to comment.