-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
…ed (#110)
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,7 +181,7 @@ export default (props)=>{ | |
{ showDropDown && <DropDown hide={()=>setShowDropDown(false)} | ||
items={[ | ||
{ label: "What is a wallet?", action: ()=>{ navigate('WhatIsAWallet') } }, | ||
{ label: "Wallet missing?", action: ()=>{ window.open('mailto:[email protected]?subject=Add wallet&body=Can you please add the following wallet: [ENTER YOUR WALLET HERE]?', '_blank') } }, | ||
{ label: "Wallet missing?", action: ()=>{ window.open('mailto:[email protected]?subject=Add wallet&body=Please enter the name of the wallet you want us to add:', '_blank') } }, | ||
]} | ||
/> } | ||
</span> | ||
|