Skip to content

Commit 3ef4343

Browse files
committed
fix: add space to advanced button
1 parent d19ec18 commit 3ef4343

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/snap/src/features/confirmation/components/Advanced

packages/snap/src/features/confirmation/components/Advanced/Advanced.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const Advanced: SnapComponent<AdvancedProps> = ({
2929
<Box alignment="start">
3030
<Button name={ConfirmSignAndSendTransactionFormNames.ShowAdvanced}>
3131
{translate(`confirmation.advanced.${showInstructionsMode}`)}
32+
{'&nbsp;'}
3233
<Icon name={instructionsModeIcon} color="primary" />
3334
</Button>
3435
{showInstructions && (

0 commit comments

Comments
 (0)