mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 00:39:47 +01:00
Show cli client link in footer
This commit is contained in:
@@ -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" />}>
|
||||
|
||||
Reference in New Issue
Block a user