text fix + added a new elements for silent payment donation address
Some checks failed
Release to Staging / build_and_release (push) Failing after 18s
Some checks failed
Release to Staging / build_and_release (push) Failing after 18s
This commit is contained in:
parent
b9799c3924
commit
8e791075da
@ -371,8 +371,8 @@ const TipButtonWithDialog = React.memo(() => {
|
|||||||
className='labelDescriptionMain'
|
className='labelDescriptionMain'
|
||||||
style={{ textAlign: 'center' }}
|
style={{ textAlign: 'center' }}
|
||||||
>
|
>
|
||||||
If you want the development and maintenance of DEG
|
If you don't want the development and maintenance of DEG
|
||||||
Mods to stop, then a tip helps continue it.
|
Mods to stop, then a tip helps!
|
||||||
</p>
|
</p>
|
||||||
<label className='form-label labelMain'>
|
<label className='form-label labelMain'>
|
||||||
Amount (Satoshis)
|
Amount (Satoshis)
|
||||||
@ -412,6 +412,12 @@ const TipButtonWithDialog = React.memo(() => {
|
|||||||
handleQRExpiry={handleQRExpiry}
|
handleQRExpiry={handleQRExpiry}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
<div className='BTCAddressPopZap'>
|
||||||
|
<p>
|
||||||
|
DEG Mod's Silent Payment Bitcoin Address (Be careful. <a href='' className='linkMain' target='_blank'>Learn more</a>):<br>
|
||||||
|
<span className='BTCAddressPopZapTextSpan'>sp1qq205tj23sq3z6qjxt5ts5ps8gdwcrkwypej3h2z2hdclmaptl25xxqjfqhc2de4gaxprgm0yqwfr737swpvvmrph9ctkeyk60knz6xpjhqumafrd</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user