Skip to content

Commit

Permalink
Fix edit icon in People detail (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Aug 15, 2023
1 parent a5f8924 commit df66eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/pages/people-detail/people-detail.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="d-flex flex-wrap justify-content-between align-items-baseline">
<h1 class="mr-3">Prenom Nom</h1>
<div>
{% include '@atoms/icon/icon.twig' %}
{% include '@atoms/icon/icon.twig' with {'icon': 'edit', icon_classes: 'feather'} %}
<a href="#">
Edit profile <span class="sr-only">of Prenom Nom</span>
</a>
Expand Down

0 comments on commit df66eac

Please sign in to comment.