mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
change: change help text to icon on transactions page
This commit is contained in:
parent
ca4a51c4b9
commit
0ffd0a2f35
2 changed files with 237 additions and 446 deletions
|
@ -100,8 +100,9 @@ class TransactionList extends React.PureComponent<Props, State> {
|
||||||
postfix={
|
postfix={
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
|
icon={icons.HELP}
|
||||||
href="https://lbry.io/faq/transaction-types"
|
href="https://lbry.io/faq/transaction-types"
|
||||||
label={__('Help')}
|
title={__('Help')}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue