Fixed some lint issues.

This commit is contained in:
GG2015 2021-12-11 11:09:42 -05:00
parent 979ec859b3
commit 6bfc88637f

View file

@ -125,7 +125,7 @@ class HelpPage extends React.PureComponent<Props, State> {
<div className="notice-message"> <div className="notice-message">
<h1 className="section__title">{__('How it works?')}</h1> <h1 className="section__title">{__('How it works?')}</h1>
<p className="section__subtitle"> <p className="section__subtitle">
{__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste> {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste')}
<Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" /> <Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" />
</p> </p>
</div> </div>
@ -152,8 +152,6 @@ class HelpPage extends React.PureComponent<Props, State> {
5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ). 5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ).
</span> </span>
{/* {/*
<span className="donation-span"> <span className="donation-span">
<img src="Image URL" className="donation-icon" /> <img src="Image URL" className="donation-icon" />
@ -167,4 +165,3 @@ class HelpPage extends React.PureComponent<Props, State> {
} }
export default HelpPage; export default HelpPage;