diff options
| author | Haishan <[email protected]> | 2019-05-27 23:03:21 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-06-04 22:34:39 +0800 |
| commit | 2a254588f3476fafac016d9faa56ee013cfd2a5e (patch) | |
| tree | 72fa8cfd68243db6276ac99866a0d90ca6668421 /src | |
| parent | 014b89b4af78669c3920ab6d4adbc772a2f70a10 (diff) | |
build: upgrade deps
- build(deps): upgrade core-js
- build(deps-dev): bump mini-css-extract-plugin from 0.6.0 to 0.7.0 (#21)
- build(deps): bump react-window from 1.8.1 to 1.8.2 (#22)
- build(deps-dev): bump clean-webpack-plugin from 2.0.2 to 3.0.0
- Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 2.0.2 to 3.0.0.
- update clean-webpack-plugin usage
- build(deps): bump @sentry/browser from 5.3.0 to 5.4.0 (#24)
- build(deps-dev): bump react-hot-loader from 4.8.8 to 4.9.0 (#26)
- build(deps-dev): bump autoprefixer from 9.5.1 to 9.6.0 (#27)
- move browserslist to package.json
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Logs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Logs.js b/src/components/Logs.js index d305b2a..ea2f58e 100644 --- a/src/components/Logs.js +++ b/src/components/Logs.js @@ -87,7 +87,7 @@ export default function Logs() { <div className={s0.logPlaceholderIcon}> <SvgYacd width={200} height={200} /> </div> - <div>No logs yet, hold tight...</div> + <div>No logs yet, hang tight...</div> </div> ) : ( <div className={s0.logsWrapper}> |
