Skip to content

Commit e18304e

Browse files
committed
correct minor errors
1 parent 9d27590 commit e18304e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [8.2.2] - 18.05.2023
44
- Update dependencies
55
- Update react version
6+
- Corrected minor errors
67

78
## [8.2.1] - 01.07.2022
89
- UI Adjust

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"md5": "^2.3.0",
8888
"messenger": "https://github.com/HubSpot/messenger.git",
8989
"moment": "^2.29.4",
90+
"node-sass": "^8.0.0",
9091
"nvd3": "1.8.6",
9192
"rc-color-picker": "^1.2.6",
9293
"rc-hammerjs": "0.6.10",
@@ -133,6 +134,7 @@
133134
"redux": "^4.2.1",
134135
"redux-thunk": "^2.4.1",
135136
"rickshaw": "1.7.1",
137+
"sass-loader": "^10",
136138
"showdown": "^1.9.1",
137139
"skycons": "^1.0.0",
138140
"sortablejs": "1.15.0",
@@ -179,7 +181,6 @@
179181
"lodash.assign": "^4.2.0",
180182
"lodash.clonedeep": "^4.5.0",
181183
"mini-css-extract-plugin": "0.12.0",
182-
"node-sass": "^6.0.0",
183184
"optimize-css-assets-webpack-plugin": "5.0.4",
184185
"pnp-webpack-plugin": "1.6.4",
185186
"postcss-flexbugs-fixes": "4.2.1",
@@ -188,7 +189,6 @@
188189
"postcss-safe-parser": "4.0.2",
189190
"redux-logger": "^3.0.6",
190191
"resolve": "1.20.0",
191-
"sass-loader": "^10",
192192
"style-loader": "0.23.1",
193193
"terser-webpack-plugin": "1.4.4",
194194
"url-loader": "1.1.2",
@@ -197,6 +197,9 @@
197197
"webpack-manifest-plugin": "2.2.0",
198198
"workbox-webpack-plugin": "4.3.1"
199199
},
200+
"engines": {
201+
"node": ">=16"
202+
},
200203
"resolutions": {
201204
"react-dom": "18.2.0"
202205
}

src/components/Header/Header.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ class Header extends React.Component {
144144
</div>
145145
<div className={`d-print-none ${s.root}`}>
146146
<UncontrolledAlert className={`me-3 d-lg-down-none animate__animated animate__bounceIn animate__delay-1s`}>
147-
Check out Light Blue
148-
<button
147+
Check out Light Blue
148+
<button
149149
className="btn-link"
150150
onClick={() => this.setState({ settingsOpen: true })}
151151
>
@@ -166,7 +166,7 @@ class Header extends React.Component {
166166
/>
167167
</InputGroup>
168168
</Collapse>
169-
<Form className="d-md-down-none mx-3 my-auto" inline>
169+
<Form className="d-md-down-none mx-3 my-auto">
170170
<InputGroup className={`input-group-no-border ${s.searchForm}`} >
171171
<InputGroupText className={s.inputGroupText}>
172172
<SearchIcon className={s.headerIcon} />

0 commit comments

Comments
 (0)