rm link mock

This commit is contained in:
Eduard Heimbuch
2020-02-18 14:03:33 +01:00
parent 61d7d5e6dd
commit 6431f19b30

View File

@@ -10,12 +10,6 @@ type Props = {
links: Links;
};
const RestDocLink = () => {
return <a href="">Rest Documentation</a>;
};
binder.bind("footer.links", RestDocLink);
class Footer extends React.Component<Props> {
render() {
const { me, version, links } = this.props;
@@ -56,7 +50,7 @@ class Footer extends React.Component<Props> {
<a target="_blank" href="https://cloudogu.com/">
Cloudogu GmbH
</a>{" "}
| Learn more at{" "}
| Learn more about{" "}
<a href="https://www.scm-manager.org/" target="_blank">
SCM-Manager
</a>