Skip to content

Commit

Permalink
Remove link to broken faq page (#3173)
Browse files Browse the repository at this point in the history
Co-authored-by: miko <sauce47@posteo.net>
  • Loading branch information
keikari and miko authored Nov 13, 2024
1 parent a6b851c commit cfc2de6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ui/component/userVerify/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,7 @@ class UserVerify extends React.PureComponent<Props> {
token={this.onToken}
stripeKey={Lbryio.getStripeToken()}
/>
<p className="help">
{__('A $1 authorization may temporarily appear with your provider.')}{' '}
<Button
button="link"
href="https://help.odysee.tv/category-monetization/category-rewards/"
label={__('Read more')}
/>
.
</p>
<p className="help">{__('A $1 authorization may temporarily appear with your provider.')}</p>
</Fragment>
}
/>
Expand Down

0 comments on commit cfc2de6

Please sign in to comment.