From b2676a1f407ecf05cb0b511e563d21b4e2a0ee61 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 9 Feb 2017 11:28:49 -0200 Subject: [#922] Fix webpack production path to account recovery with @anikarni --- web-ui/src/common/header/header.scss | 1 + web-ui/webpack.production.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui') diff --git a/web-ui/src/common/header/header.scss b/web-ui/src/common/header/header.scss index bd79280d..66ddfa3e 100644 --- a/web-ui/src/common/header/header.scss +++ b/web-ui/src/common/header/header.scss @@ -41,6 +41,7 @@ position: absolute; right: 6%; + top: 13px; span { display: none; diff --git a/web-ui/webpack.production.config.js b/web-ui/webpack.production.config.js index 6948d78e..3684997b 100644 --- a/web-ui/webpack.production.config.js +++ b/web-ui/webpack.production.config.js @@ -7,7 +7,7 @@ var aliases = require('./config/alias-webpack'); module.exports = { entry: { app: './app/js/index.js', - account_recovery: './src/account_recovery/index.js', + account_recovery: './src/account_recovery/account_recovery.js', sandbox: './app/js/sandbox.js' }, node: { fs: 'empty' }, -- cgit v1.2.3