Skip to content

Commit

Permalink
fix: bugs (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong authored Mar 28, 2024
1 parent 29f9671 commit 8112246
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 10 deletions.
Binary file modified public/img/solutions/item-bridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/solutions/item-bridge.webp
Binary file not shown.
Binary file modified public/img/solutions/item-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/solutions/item-explorer.webp
Binary file not shown.
Binary file modified public/img/solutions/item-swap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/solutions/item-swap.webp
Binary file not shown.
12 changes: 10 additions & 2 deletions public/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions public/locales/en/solutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"learnMore": "Learn more",
"items": [
{
"title": "Based Booster Rollups — scale natively, compose synchronously",
"icon": "/img/solutions/icon-rocket.svg",
"iconLottie": "/img/rocket.json",
"text": "BBRs merge based rollups and booster rollups, scaling Ethereum dapps without redeployment on all L2s. By sharding transaction execution and storage, BBRs minimize developer effort and redeployment costs, thereby solving liquidity fragmentation across L2s.",
"url": "https://taiko.mirror.xyz/anPjF35Mrc_xzYgOTbUmfjr_MlhE3L8ZBZIxqmz9GZ8"
}, {
"title": "Based Contestable Rollups — a modular, multi-proof design",
"icon": "/img/solutions/icon-laptop.svg",
"iconLottie": "/img/laptop.json",
"text": "BCRs unlock a new paradigm in Ethereum scaling. By combining the superpowers of Ethereum sequencing and integrating a contestation mechanism with a multi-proof design, BCRs maximally reduce transaction costs and increase decentralization.",
"url": "https://taiko.mirror.xyz/Z4I5ZhreGkyfdaL5I9P0Rj0DNX4zaWFmcws-0CVMJ2A"
}, {
"title": "Based Booster Rollups — scale natively, compose synchronously",
"icon": "/img/solutions/icon-rocket.svg",
"iconLottie": "/img/rocket.json",
"text": "BBRs merge based rollups and booster rollups, scaling Ethereum dapps without redeployment on all L2s. By sharding transaction execution and storage, BBRs minimize developer effort and redeployment costs, thereby solving liquidity fragmentation across L2s.",
"url": "https://taiko.mirror.xyz/anPjF35Mrc_xzYgOTbUmfjr_MlhE3L8ZBZIxqmz9GZ8"
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions src/app/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ body {
width: 100%;
padding: 0 $kPadding;
margin-inline: auto;

@media screen and (min-width: 1550px) {
width: 80%;
}
}

.img-cover {
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/05-position-screens/ui/01-hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const Hero: React.FC = () => {
{position.title}
</h1>

<Button
{/* <Button
onClick={() => openModal(PositionModalEnum.APPLY_POS, position)}
text={t('applyNow')}
className={css.button}
/>
/> */}
</div>

</div>
Expand Down

0 comments on commit 8112246

Please sign in to comment.