Show cli client link in footer

This commit is contained in:
Eduard Heimbuch
2022-04-08 09:53:30 +02:00
parent b88435df84
commit 34b4fd9740
2 changed files with 41 additions and 0 deletions

View File

@@ -1520,6 +1520,16 @@ exports[`Storyshots Footer Default 1`] = `
SCM-Manager 2.0.0
</a>
</li>
<li>
<a
className=""
href="https://scm-manager.org/cli/"
rel="noopener noreferrer"
target="_blank"
>
CLI Client
</a>
</li>
</ul>
</section>
<section
@@ -1646,6 +1656,16 @@ exports[`Storyshots Footer Full 1`] = `
SCM-Manager 2.0.0
</a>
</li>
<li>
<a
className=""
href="https://scm-manager.org/cli/"
rel="noopener noreferrer"
target="_blank"
>
CLI Client
</a>
</li>
<li>
<a
className=""
@@ -1793,6 +1813,16 @@ exports[`Storyshots Footer With Avatar 1`] = `
SCM-Manager 2.0.0
</a>
</li>
<li>
<a
className=""
href="https://scm-manager.org/cli/"
rel="noopener noreferrer"
target="_blank"
>
CLI Client
</a>
</li>
</ul>
</section>
<section
@@ -1911,6 +1941,16 @@ exports[`Storyshots Footer With Plugin Links 1`] = `
SCM-Manager 2.0.0
</a>
</li>
<li>
<a
className=""
href="https://scm-manager.org/cli/"
rel="noopener noreferrer"
target="_blank"
>
CLI Client
</a>
</li>
<li>
<a
className=""

View File

@@ -114,6 +114,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
) : null}
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
<ExternalNavLink to="https://scm-manager.org/" label={`SCM-Manager ${version}`} />
<ExternalNavLink to="https://scm-manager.org/cli/" label="CLI Client" />
<ExtensionPoint name="footer.information" props={extensionProps} renderAll={true} />
</FooterSection>
<FooterSection title={<TitleWithIcon title={t("footer.support.title")} icon="life-ring" />}>