added navicons

This commit is contained in:
Florian Scholdei
2018-12-21 14:08:19 +01:00
parent f3ee18767e
commit 8eb5e7786a
9 changed files with 12 additions and 12 deletions

View File

@@ -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