Skip to content

Commit

Permalink
fix: updated stylings (#913)
Browse files Browse the repository at this point in the history
* fix: updated words in Network Status

* fix: updated styling]
  • Loading branch information
impelcrypto authored Aug 31, 2023
1 parent 0294f2e commit aead9e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/assets/styles/asset-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
.column--buttons--native-token {
@media (min-width: $xl) {
display: flex !important;
justify-content: flex-end;
width: 412px;
column-gap: 24px;
}
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ export default {
noTxRecords: "The account doesn't have any transaction records yet",
mintTransferAmount: 'Min. transfer amount is {amount} {symbol}',
howToUsePortal: 'HOW TO USE THE PORTAL',
xcmIsDisabled: 'XCM with {network} is disabled temporarily',
xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is disabled temporarily',
xcmIsDisabled: 'XCM with {network} is temporarily disabled',
xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is temporarily disabled',
},
modals: {
max: 'Max',
Expand Down Expand Up @@ -535,7 +535,7 @@ export default {
eta: 'ETA {value}',
},
network: {
networkStatuses: 'Network Statuses',
networkStatuses: 'Network Status',
updatedAgo: 'Updated {time} ago',
xcmDepositWithdrawalAssets: 'XCM Deposit/Withdrawal Assets',
},
Expand Down

1 comment on commit aead9e1

@4everland
Copy link

@4everland 4everland bot commented on aead9e1 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain https://decentralized.portal.astar.network

Please sign in to comment.