Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bridge-ui-v2): minor fixes #15454

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}
},
"welcome_modal": {
"body": "Welcome to <span class='font-bold text-primary-brand'>Katla, our final testnet</span>.<br/>Strengthening security may cause a some delay in L2→L1 bridging, <span class='font-bold text-primary-brand'>around 24 hours</span> on the testnet. We're striving for shorter delays on the mainnet.",
"body": "Welcome to <span class='font-bold text-primary-brand'>Katla, our final testnet</span>.<br/>Strengthening security may cause some delay in L2→L1 bridging, <span class='font-bold text-primary-brand'>around 24 hours</span> on the testnet. We're striving for shorter delays on the mainnet.",
"confirm": "I understand",
"link": "Find out more",
"title": "Important Update"
Expand Down
5 changes: 3 additions & 2 deletions packages/bridge-ui-v2/src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
right: 0;
bottom: 0;
left: 0;
background-image: url(/bg/grid-sm.svg), url(/bg/spotlights.svg), linear-gradient(270deg, #1f1f1f 0%, #000000 100%);
background-image: url(/bg/grid-dark.svg), url(/bg/spotlights-dark.svg),
linear-gradient(270deg, #1f1f1f 0%, #000000 100%);
/* No grid background by default */
background-size: 0, cover, cover;
background-blend-mode: color-dodge, lighten, multiply;
Expand All @@ -44,7 +45,7 @@
right: 0;
bottom: 0;
left: 0;
background-image: url(/bg/grid-sm.svg), url(/bg/spotlights-light.svg),
background-image: url(/bg/grid-light.svg), url(/bg/spotlights-light.svg),
linear-gradient(270deg, #e2e2e2 0%, #fff 100%);
/* No grid background by default */
background-size: 0, cover, cover;
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-ui-v2/static/bg/grid-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading