mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
rm link mock
This commit is contained in:
@@ -10,12 +10,6 @@ type Props = {
|
|||||||
links: Links;
|
links: Links;
|
||||||
};
|
};
|
||||||
|
|
||||||
const RestDocLink = () => {
|
|
||||||
return <a href="">Rest Documentation</a>;
|
|
||||||
};
|
|
||||||
|
|
||||||
binder.bind("footer.links", RestDocLink);
|
|
||||||
|
|
||||||
class Footer extends React.Component<Props> {
|
class Footer extends React.Component<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { me, version, links } = this.props;
|
const { me, version, links } = this.props;
|
||||||
@@ -56,7 +50,7 @@ class Footer extends React.Component<Props> {
|
|||||||
<a target="_blank" href="https://cloudogu.com/">
|
<a target="_blank" href="https://cloudogu.com/">
|
||||||
Cloudogu GmbH
|
Cloudogu GmbH
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
| Learn more at{" "}
|
| Learn more about{" "}
|
||||||
<a href="https://www.scm-manager.org/" target="_blank">
|
<a href="https://www.scm-manager.org/" target="_blank">
|
||||||
SCM-Manager
|
SCM-Manager
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user