From c2d71aa4d7ae2efcd32939e9c88fb86ed568c091 Mon Sep 17 00:00:00 2001
From: tarafanlin <35607644+tarafanlin@users.noreply.github.com>
Date: Tue, 8 Sep 2020 17:16:03 -0700
Subject: [PATCH] fixes: design system image link breaks
---
pages/_/system/index.js | 43 +++++++++++++----------------------------
1 file changed, 13 insertions(+), 30 deletions(-)
diff --git a/pages/_/system/index.js b/pages/_/system/index.js
index 643fcf72..6fc9a589 100644
--- a/pages/_/system/index.js
+++ b/pages/_/system/index.js
@@ -14,7 +14,7 @@ export default class SystemPageRoot extends React.Component {
url="https://slate.host/_/system"
>
SDS {Constants.values.sds}
- The Slate Design System is an open source resource
- with examples of components, constants, and experiences. Any code
- changes made to the components in the Design System will change the
- appearance and function of{" "}
+ The Slate Design System is an open source resource with examples of components, constants,
+ and experiences. Any code changes made to the components in the Design System will change the appearance and
+ function of{" "}
Slate
{" "}
in production.
- We wanted to build product out in the open, so other Filecoin & IPFS
- developers could freely use the code to make their own applications on
- top of the Filecoin Network. A lot
- of the functionality of Slate is made possible by{" "}
-
+ We wanted to build product out in the open, so other Filecoin & IPFS developers could freely use the code to
+ make their own applications on top of the Filecoin Network. A lot of the
+ functionality of Slate is made possible by{" "}
+
Textile's Powergate
{" "}
and{" "}
@@ -56,12 +51,8 @@ export default class SystemPageRoot extends React.Component {
slate-react-system
- You can use these components, experiences, and constants in your own
- React projects. First, install the{" "}
-
+ You can use these components, experiences, and constants in your own React projects. First, install the{" "}
+
npm module
:
@@ -116,25 +107,17 @@ class Example extends React.Component {
Whats next?
-
- Try using some components or experiences in your React projects.
-
+ Try using some components or experiences in your React projects.
Start a new project using an{" "}
-
+
example
.
Try using slate-react-system in a{" "}
-
+
starter React boilerplate
.