Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 21ddd65

Browse files
author
george
committed
update home and snapshots
1 parent 71dbcec commit 21ddd65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

site/components/SideNav/__snapshots__/SideNav.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ exports[`<SideNav /> matches snapshot 1`] = `
124124
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
125125
>
126126
Version
127-
4.1.1
127+
4.2.0
128128
</p>
129129
<div
130130
className="accordion-row"

site/pages/Docs/__snapshots__/Docs.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ exports[`<Docs /> renders 1`] = `
217217
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
218218
>
219219
Version
220-
4.1.1
220+
4.2.0
221221
</p>
222222
<div
223223
className="accordion-row xsmall-12 columns has-no-padding"

site/pages/Home/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ export default class Home extends React.Component {
147147
<div className="xsmall-12 columns has-center-text">
148148
<h2 className="h6">Painless Setup</h2>
149149
<p>Install with npm:</p>
150-
<InstallAssets />
150+
<InstallNpm />
151151
</div>
152152
<div className="xsmall-12 columns has-center-text">
153153
<p>Or simply link to minified assets:</p>
154-
<InstallNpm />
154+
<InstallAssets />
155155
</div>
156156
<div className="xsmall-12 columns has-center-text">
157157
<p>See how Undernet can improve your developer experience!</p>

0 commit comments

Comments
 (0)