fix noopener and rename read-more class

This commit is contained in:
Karol Wypchlo 2020-02-18 10:41:57 +01:00
parent 2ee1671aec
commit 7dfab70143
2 changed files with 5 additions and 5 deletions

View File

@ -122,7 +122,7 @@ export default class HomeNetwork extends Component {
Anyone can access files that have been uploaded to Skynet as long Anyone can access files that have been uploaded to Skynet as long
as they possess the corresponding Skylinks. You can use any Webportal as they possess the corresponding Skylinks. You can use any Webportal
to download files! to download files!
<a href="https://skynet.helpdocs.io/article/3p9z5g9s0e-skynet-how-to" target="_blank" rel="noopener noreferrer" className="more read-mode">read more</a> <a href="https://skynet.helpdocs.io/article/3p9z5g9s0e-skynet-how-to" target="_blank" rel="noopener noreferrer" className="more read-more">read more</a>
</p> </p>
</FAQ> </FAQ>
</Fade> </Fade>
@ -133,7 +133,7 @@ export default class HomeNetwork extends Component {
Applications can be deployed in under a minute and be immediately Applications can be deployed in under a minute and be immediately
available globally. Skynet includes an API and SDKs which integrate available globally. Skynet includes an API and SDKs which integrate
seamlessly with existing applications. seamlessly with existing applications.
<a href="https://skynet.helpdocs.io/article/hrshqsn9wz-integrating-skynet" target="_blank" rel="noopener noreferrer" className="more read-mode">read more</a> <a href="https://skynet.helpdocs.io/article/hrshqsn9wz-integrating-skynet" target="_blank" rel="noopener noreferrer" className="more read-more">read more</a>
</p> </p>
</FAQ> </FAQ>
</Fade> </Fade>
@ -143,7 +143,7 @@ export default class HomeNetwork extends Component {
<p> <p>
Skynet's speeds rival centralized providers and surpass all decentralized offerings. Skynet's speeds rival centralized providers and surpass all decentralized offerings.
A typical Skynet download starts in under 500 ms and can stream at rates as high as 1 Gbps! A typical Skynet download starts in under 500 ms and can stream at rates as high as 1 Gbps!
<a href="https://skynet.helpdocs.io/article/430teoxgqc-skynet-speed" target="_blank" rel="noopener noreferrer" className="more read-mode">read more</a> <a href="https://skynet.helpdocs.io/article/430teoxgqc-skynet-speed" target="_blank" rel="noopener noreferrer" className="more read-more">read more</a>
</p> </p>
</FAQ> </FAQ>
</Fade> </Fade>
@ -158,7 +158,7 @@ export default class HomeNetwork extends Component {
</Fade> </Fade>
<Fade duration={700} distance="40px" bottom> <Fade duration={700} distance="40px" bottom>
<a className="more more-faq" href="https://support.siasky.net" target="_blank"> <a className="more more-faq" href="https://support.siasky.net" target="_blank" rel="noopener noreferrer">
View more FAQ View more FAQ
</a> </a>
</Fade> </Fade>

View File

@ -190,7 +190,7 @@
margin-left: 48px; margin-left: 48px;
} }
.read-mode { .read-more {
display: block; display: block;
} }
} }