diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-09-19 14:35:13 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 16:57:47 +0800 |
commit | 39e97c1902840ff653b7d16c836c231228b41e85 (patch) | |
tree | 5aeaa958ac4308025a9bb92d49ec66f527e409f0 /old-ui/css.js | |
parent | 788ddab42afca85d85a4ce2d60aa28b9b043a83b (diff) | |
download | dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.gz dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.zst dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.zip |
Update dependencies
Diffstat (limited to 'old-ui/css.js')
-rw-r--r-- | old-ui/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/css.js b/old-ui/css.js index 21b311c2..96be6298 100644 --- a/old-ui/css.js +++ b/old-ui/css.js @@ -10,7 +10,7 @@ var cssFiles = { 'index.css': fs.readFileSync(path.join(__dirname, '/app/css/index.css'), 'utf8'), 'transitions.css': fs.readFileSync(path.join(__dirname, '/app/css/transitions.css'), 'utf8'), 'first-time.css': fs.readFileSync(path.join(__dirname, '../mascara/src/app/first-time/index.css'), 'utf8'), - 'react-tooltip-component.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component', 'dist', 'react-tooltip-component.css'), 'utf8'), + 'react-tooltip-component-16.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component-16', 'dist', 'react-tooltip-component-16.css'), 'utf8'), 'react-css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-select', 'dist', 'react-select.css'), 'utf8'), } |