Update text Solscan (#293)

This commit is contained in:
NguyenNguyen 2021-06-09 22:39:57 +07:00 committed by GitHub
parent d405639940
commit 3adbe0de3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -610,7 +610,7 @@ function BalanceListItemDetails({
target="_blank"
rel="noopener"
>
View on Solana
View on Solscan
</Link>
</Typography>
{market && (

View File

@ -118,7 +118,7 @@ export default function DepositDialog({
target="_blank"
rel="noopener"
>
View on Solana Explorer
View on Solscan
</Link>
</DialogContentText>
</>

View File

@ -50,7 +50,7 @@ export default function TokenInfoDialog({
target="_blank"
rel="noopener"
>
View on Solana Explorer
View on Solscan
</Link>
</Typography>
{!!mint && (

View File

@ -61,7 +61,7 @@ function ViewTransactionOnExplorerButton({ signature }) {
rel="noopener"
href={`https://solscan.io/tx/${signature}` + urlSuffix}
>
View on Solana Explorer
View on Solscan
</Button>
);
}