We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ec18 commit 3ef4343Copy full SHA for 3ef4343
1 file changed
packages/snap/src/features/confirmation/components/Advanced/Advanced.tsx
@@ -29,6 +29,7 @@ export const Advanced: SnapComponent<AdvancedProps> = ({
29
<Box alignment="start">
30
<Button name={ConfirmSignAndSendTransactionFormNames.ShowAdvanced}>
31
{translate(`confirmation.advanced.${showInstructionsMode}`)}
32
+ {' '}
33
<Icon name={instructionsModeIcon} color="primary" />
34
</Button>
35
{showInstructions && (
0 commit comments