use / as development context path and use ui-bundler instead of react-scripts

This commit is contained in:
Sebastian Sdorra
2018-08-24 08:35:50 +02:00
parent ee8efe9cf5
commit 8224327ed3
22 changed files with 2708 additions and 3550 deletions

View File

@@ -15,7 +15,6 @@ import { InputField } from "../components/forms";
import { SubmitButton } from "../components/buttons";
import classNames from "classnames";
import Avatar from "../images/blib.jpg";
import ErrorNotification from "../components/ErrorNotification";
const styles = {
@@ -108,7 +107,7 @@ class Login extends React.Component<Props, State> {
<figure className={classes.avatar}>
<img
className={classes.avatarImage}
src={Avatar}
src="/images/blib.jpg"
alt={t("login.logo-alt")}
/>
</figure>