added icons to navigation

This commit is contained in:
Florian Scholdei
2018-12-21 13:41:34 +01:00
parent dbf01d6cf3
commit b69c06960e
9 changed files with 27 additions and 9 deletions

View File

@@ -111,6 +111,7 @@ class SingleUser extends React.Component<Props> {
<Navigation>
<Section label={t("single-user.navigation-label")}>
<NavLink
icon="fas fa-info-circle"
to={`${url}`}
label={t("single-user.information-label")}
/>