From 7dfab70143e7338a7ffa338c0cb3c7f772e40fea Mon Sep 17 00:00:00 2001
From: Karol Wypchlo
Date: Tue, 18 Feb 2020 10:41:57 +0100
Subject: [PATCH] fix noopener and rename read-more class
---
.../sia-skynet/src/components/HomeNetwork/HomeNetwork.js | 8 ++++----
.../src/components/HomeNetwork/HomeNetwork.scss | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js
index 4458ddf7..8bf842c1 100644
--- a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js
+++ b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js
@@ -122,7 +122,7 @@ export default class HomeNetwork extends Component {
Anyone can access files that have been uploaded to Skynet as long
as they possess the corresponding Skylinks. You can use any Webportal
to download files!
- read more
+ read more
@@ -133,7 +133,7 @@ export default class HomeNetwork extends Component {
Applications can be deployed in under a minute and be immediately
available globally. Skynet includes an API and SDKs which integrate
seamlessly with existing applications.
- read more
+ read more
@@ -143,7 +143,7 @@ export default class HomeNetwork extends Component {
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!
- read more
+ read more
@@ -158,7 +158,7 @@ export default class HomeNetwork extends Component {
-
+
View more FAQ
diff --git a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.scss b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.scss
index 2e6fd1fa..b4648dd3 100644
--- a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.scss
+++ b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.scss
@@ -190,7 +190,7 @@
margin-left: 48px;
}
- .read-mode {
+ .read-more {
display: block;
}
}