This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
components/SideNav/__snapshots__ Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments