mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
rm link mock
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user