Skip to content

Commit

Permalink
Improve the sentese in the footer at login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Jan 2, 2021
1 parent cbfee08 commit 4bc4d88
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down Expand Up @@ -101,19 +101,23 @@ const LoginView = React.createClass({
{guestCredentials}
</form>
</div>

</section>

{/*to fill the empty space between the login and footer*/}
<div id="filler" />

<footer id="footer">
<div style={{ width: "100%", textAlign: "center" }}>
For commercial support, contact
<a target="_new" href="http://www.bmd-software.com">{" "}
BMD Software
Community information and Learning Pack available on the{" "}
<a target="_new" href="http://www.dicoogle.com">
{" "}
the Dicoogle website
</a>.{" "}
For community information go to <a target="_new" href="http://www.dicoogle.com"> the Dicoogle website</a> .
Commercial support, by
<a target="_new" href="http://www.bmd-software.com">
{" "}
BMD Software
</a>.
</div>
<div
style={{ width: "100%", textAlign: "center" }}
Expand Down

0 comments on commit 4bc4d88

Please sign in to comment.