mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 00:39:47 +01:00
Fix footer links (#1882)
Fix footer links. Before each personal link were redirected to the theme page.
This commit is contained in:
@@ -97,7 +97,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
|
||||
<div className="columns is-size-7">
|
||||
{me ? (
|
||||
<FooterSection title={meSectionTile}>
|
||||
<NavLink to="/me" label={t("footer.user.profile")} testId="footer-user-profile" />
|
||||
<NavLink to="/me/settings/theme" label={t("footer.user.profile")} testId="footer-user-profile" />
|
||||
{me?._links?.password && (
|
||||
<NavLink to="/me/settings/password" label={t("profile.changePasswordNavLink")} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user