We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10575c8 commit cc10422Copy full SHA for cc10422
src/app/containers/MainContainer.jsx
@@ -54,7 +54,7 @@ function MainContainer() {
54
dispatch(setPort(port));
55
});
56
57
- if (!npmExists) return <div style={{ color: 'black' }}>please install our npm package in your app</div>;
+ if (!npmExists) return <div style={{ color: 'black' }}>Please install our npm package in your app</div>;
58
const { viewIndex, sliderIndex, snapshots } = tabs[currentTab];
59
60
// if viewIndex is -1, then use the sliderIndex instead
0 commit comments