Skip to content

Commit 61b97ed

Browse files
authored
Merge pull request #1629 from mars-protocol/update-neutron-logo
2 parents a4edfec + 78d00b4 commit 61b97ed

File tree

5 files changed

+14
-26
lines changed

5 files changed

+14
-26
lines changed

public/images/wallets/keplr.png

-2.85 KB
Loading

src/components/Wallet/WalletConnecting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function WalletConnecting(props: Props) {
4747
const providerId = props.providerId ?? recentWallet?.providerId
4848
const client = useStore((s) => s.client)
4949

50-
// this is currently "true" for other embeded browsers like leap and compass mobile apps
50+
// this is currently "true" for other embedded browsers like leap and compass mobile apps
5151
const isKeplrMobileInApp =
5252
/**
5353
* type here currently comes from shuttle and doesn't define the mode property

src/components/Wallet/WalletSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function WalletSelect(props: Props) {
7171
},
7272
})
7373
}
74-
// this is currently "true" for other embeded browsers like leap and compass mobile apps
74+
// this is currently "true" for other embedded browsers like leap and compass mobile apps
7575
const isKeplrMobileInApp =
7676
/**
7777
* type here currently comes from shuttle and doesn't define the mode property
Lines changed: 11 additions & 23 deletions
Loading

src/dummy/charting_library/charting_library.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25175,7 +25175,7 @@ export interface TimeFrameItem {
2517525175
text: string
2517625176
/** Resolution to be set */
2517725177
resolution: ResolutionString
25178-
/** Optional text displayed in the pop-up menu. If not set, `title` wil be used instead. */
25178+
/** Optional text displayed in the pop-up menu. If not set, `title` will be used instead. */
2517925179
description?: string
2518025180
/** Optional text representing the time frame. If not set a generated string will be set based on `text` property. */
2518125181
title?: string

0 commit comments

Comments
 (0)