mirror of
https://github.com/status-im/safe-react.git
synced 2025-03-03 19:00:35 +00:00
Add link to send custom tx modal
This commit is contained in:
parent
c5fd68dae9
commit
c46b46a984
@ -65,7 +65,7 @@ const ChooseTxType = ({ classes, onClose, setActiveScreen }: Props) => (
|
|||||||
className={classes.secondButton}
|
className={classes.secondButton}
|
||||||
minWidth={260}
|
minWidth={260}
|
||||||
minHeight={52}
|
minHeight={52}
|
||||||
onClick={onClose}
|
onClick={() => setActiveScreen('sendCustomTx')}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
>
|
>
|
||||||
SEND CUSTOM TRANSACTION
|
SEND CUSTOM TRANSACTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user