Skip to content

Commit

Permalink
Fix copy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Jun 28, 2023
1 parent 536a6bc commit 6930580
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/test-snaps/src/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/test-snaps/src/features/snaps/dialogs/Dialogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Dialogs: FunctionComponent = () => {
onClick={handleSubmitAlert}
disabled={isLoading}
>
Alert Dialog
Alert
</Button>
<Button
id="sendConfirmationButton"
Expand All @@ -59,7 +59,7 @@ export const Dialogs: FunctionComponent = () => {
onClick={handleSubmitPrompt}
disabled={isLoading}
>
Prompt Dialog
Prompt
</Button>
</ButtonGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const EthereumProvider: FunctionComponent = () => {
disabled={isLoading}
onClick={handleSubmit}
>
Get version
Get Version
</Button>
<Result>
<span id="ethproviderResult">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const JsonRpc: FunctionComponent = () => {
disabled={isLoading}
onClick={handleSubmit}
>
Invoke snap
Invoke Snap
</Button>
<Result>
<span id="rpcResult">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const TransactionInsights: FunctionComponent = () => {
from: account,
to: account,
value: '0x0',
data: '0x1',
data: '0xa9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',
},
],
}).catch(logError);
Expand Down

0 comments on commit 6930580

Please sign in to comment.