Skip to content

Commit

Permalink
Merge pull request #817 from scroll-tech/sepolia
Browse files Browse the repository at this point in the history
merge sepolia into mainnet
  • Loading branch information
Holybasil authored Nov 27, 2023
2 parents 6614c2e + e716639 commit 5a37260
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll.io",
"version": "5.0.39",
"version": "5.0.40",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/bridge/components/TxTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const TxTable = (props: any) => {
) : (
<NoData
sx={{ height: ["20rem", "30rem"] }}
title="No transaction hisotry"
title="No transaction history"
description="When you bridge assets, your transactions will appear here"
></NoData>
)}
Expand Down
12 changes: 10 additions & 2 deletions src/pages/landingpage/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,19 @@ const Header = () => {
classes={{ tooltip: classes.tooltip, arrow: classes.arrow }}
PopperProps={{
container: buttonRef.current,
modifiers: [
{
name: "flip",
options: {
fallbackPlacements: [],
},
},
],
}}
title={
<Typography sx={{ fontSize: ["1.6rem", "1.8rem"], lineHeight: "2.4rem" }}>
<Typography sx={{ fontSize: ["1.6rem", "1.8rem"], lineHeight: "2.4rem", whiteSpace: "nowrap" }}>
Mint your{" "}
<Link href="/developer-nft" sx={{ fontSize: "inherit", color: "inherit" }} underline="always">
<Link href="/developer-nft" sx={{ fontSize: "inherit", color: "inherit", whiteSpace: "nowrap" }} underline="always">
{SCROLL_ORIGINS_NFT}
</Link>
</Typography>
Expand Down

0 comments on commit 5a37260

Please sign in to comment.