mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
added navicons
This commit is contained in:
@@ -70,7 +70,7 @@ class Profile extends React.Component<Props, State> {
|
||||
<div className="column">
|
||||
<Navigation>
|
||||
<Section label={t("profile.navigation-label")}>
|
||||
<NavLink to={`${url}`} label={t("profile.information")} />
|
||||
<NavLink to={`${url}`} icon="fas fa-info-circle" label={t("profile.information")} />
|
||||
</Section>
|
||||
<Section label={t("profile.actions-label")}>
|
||||
<NavLink
|
||||
|
||||
Reference in New Issue
Block a user