added sources overview

This commit is contained in:
Florian Scholdei
2019-02-01 10:12:45 +01:00
parent 6edc3d12c7
commit b5f392d73e
6 changed files with 59 additions and 80 deletions

View File

@@ -29,9 +29,6 @@ type State = {
};
const styles = {
toCenterContent: {
display: "block"
},
pointer: {
cursor: "pointer"
},
@@ -126,7 +123,6 @@ class Content extends React.Component<Props, State> {
<div
className={classNames(
"panel-block",
classes.toCenterContent,
classes.hasBackground
)}
>