adds public key link to footer

This commit is contained in:
Sebastian Sdorra
2020-07-30 13:28:08 +02:00
parent 2763e6eccf
commit 4112a0b70a
3 changed files with 3 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
<FooterSection title={meSectionTile}>
<NavLink to="/me" label={t("footer.user.profile")} />
<NavLink to="/me/settings/password" label={t("profile.changePasswordNavLink")} />
<NavLink to="/me/settings/publicKeys" label={t("profile.publicKeysNavLink")} />
<ExtensionPoint name="profile.setting" props={extensionProps} renderAll={true} />
</FooterSection>
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>