fix: typo
+rebase
This commit is contained in:
parent
a628776518
commit
2d2dee2993
1 changed files with 1 additions and 6 deletions
|
@ -136,12 +136,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
|||
icon={icons.HELP}
|
||||
button="inverse"
|
||||
/>
|
||||
<Button
|
||||
href="https://lbry.com/faq"
|
||||
label={__('See the All LBRY FAQs')}
|
||||
icon={icons.HELP}
|
||||
button="inverse"
|
||||
/>
|
||||
<Button href="https://lbry.com/faq" label={__('View all LBRY FAQs')} icon={icons.HELP} button="inverse" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue