Add link to "Buy More LBC" button
Previously, the link was missing and the button didn't do anything.
This commit is contained in:
parent
178fcf28c9
commit
5a219c7b4b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ function WalletSendTip(props: Props) {
|
||||||
</div>
|
</div>
|
||||||
{DEFAULT_TIP_AMOUNTS.some(val => val > balance) && (
|
{DEFAULT_TIP_AMOUNTS.some(val => val > balance) && (
|
||||||
<div className="section">
|
<div className="section">
|
||||||
<Button button="link" label={__('Buy More LBC')} />
|
<Button button="link" label={__('Buy More LBC')} navigate={`/$/${PAGES.BUY}`} />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Add table
Reference in a new issue