More stripe integration #6649
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ function WalletSendTip(props: Props) {
|
||||||
|
|
||||||
{/* short explainer under the button */}
|
{/* short explainer under the button */}
|
||||||
<div className="section__subtitle">
|
<div className="section__subtitle">
|
||||||
{explainerText}
|
{explainerText + ' '}
|
||||||
{/* {activeTab === TAB_FIAT && !hasCardSaved && <Button navigate={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} label={__('Add A Card')} button="link" />} */}
|
{/* {activeTab === TAB_FIAT && !hasCardSaved && <Button navigate={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} label={__('Add A Card')} button="link" />} */}
|
||||||
{<Button label={__('Learn more')} button="link" href="https://lbry.com/faq/tipping" />}
|
{<Button label={__('Learn more')} button="link" href="https://lbry.com/faq/tipping" />}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue