mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 18:25:12 +00:00
add FAQ to Publish Form
This commit is contained in:
parent
884cad936f
commit
1db3838c0f
1 changed files with 15 additions and 8 deletions
|
@ -345,6 +345,13 @@ class PublishForm extends React.PureComponent<Props> {
|
|||
<div className="card__title">{__('Content')}</div>
|
||||
<div className="card__subtitle">
|
||||
{isStillEditing ? __('Editing a claim') : __('What are you publishing?')}
|
||||
{' '}{__(
|
||||
'Read Our'
|
||||
)}{' '}
|
||||
<Button button="link" label={__('FAQ')} href="https://lbry.io/faq/how-to-publish" />{' '}
|
||||
{__(
|
||||
'to learn more.'
|
||||
)}
|
||||
</div>
|
||||
{(filePath || !!editingURI) && (
|
||||
<div className="card-media__internal-links">
|
||||
|
|
Loading…
Add table
Reference in a new issue