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