You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Use Sapling's intuitive icons to get a list of props available to each component, see which components are connected to your Redux store, and open the file you wish to edit.</p>
31
+
<p>Use Sapling's intuitive icons to get a list of props available to each component, see which components are connected to your Redux store, and open the file you wish to edit.</p>
Copy file name to clipboardExpand all lines: website/components/Jumbotron.jsx
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ const Jumbotron = () => {
6
6
return(
7
7
<divclassName="jumbotron mx-auto pt-5">
8
8
<h1className="display-4 logo d-flex justify-content-center d-flex align-items-center">
9
-
<Imagesrc={logo}/>
9
+
<Imagesrc={logo}alt="Sapling logo"/>
10
10
<b>Sapling</b>
11
11
</h1>
12
12
<pclassName="lead text-center">A convenient way to traverse your React app.</p>
13
13
<hrclassName="my-4"/>
14
-
<p>React is a powerful tool for building your frontend applications, but at scale navigating the hierarchy of your components can become frustrating. Sapling's intuitive interface reflects the hierarchical nature of your app, so you'll never have to think twice about navigation again.</p>
14
+
<p>React is a powerful tool for building your frontend applications, but at scale navigating the hierarchy of your components can become frustrating. Sapling's intuitive interface reflects the hierarchical nature of your app, so you'll never have to think twice about navigation again.</p>
0 commit comments