From 4bc4d882fd9db0348e6dbd4b16512ff99db86245 Mon Sep 17 00:00:00 2001 From: Luis Bastiao Silva Date: Sat, 2 Jan 2021 00:36:07 +0000 Subject: [PATCH 1/2] Improve the sentese in the footer at login page. --- .../webapp/js/components/login/loginView.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dicoogle/src/main/resources/webapp/js/components/login/loginView.js b/dicoogle/src/main/resources/webapp/js/components/login/loginView.js index 43c64b66e..568a807f2 100644 --- a/dicoogle/src/main/resources/webapp/js/components/login/loginView.js +++ b/dicoogle/src/main/resources/webapp/js/components/login/loginView.js @@ -1,7 +1,7 @@ import React from "react"; import * as UserActions from "../../actions/userActions"; import UserStore from "../../stores/userStore"; -import {Panel} from "react-bootstrap"; +import { Panel } from "react-bootstrap"; const LoginView = React.createClass({ contextTypes: { @@ -101,7 +101,6 @@ const LoginView = React.createClass({ {guestCredentials} - {/*to fill the empty space between the login and footer*/} @@ -109,11 +108,16 @@ const LoginView = React.createClass({