Skip to content

Commit e6719e7

Browse files
committedNov 26, 2024·
bug #6572 [Twig/Icon] Fix typo in user icon name inernal => internal (WedgeSama)
This PR was merged into the 4.x branch. Discussion ---------- [Twig/Icon] Fix typo in user icon name `inernal` => `internal` All in the title 😉 Commits ------- 09d95c5 Fix typo in user icon name `inernal` => `internal`
2 parents f50dfc5 + 09d95c5 commit e6719e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/layout.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
{% if ea.userMenu.avatarDisplayed %}
196196
{{ user_menu_avatar }}
197197
{% else %}
198-
<twig:ea:Icon class="user-avatar" name="{{ ea.user is not null ? 'inernal:user' : 'internal:user-xmark' }}" />
198+
<twig:ea:Icon class="user-avatar" name="{{ ea.user is not null ? 'internal:user' : 'internal:user-xmark' }}" />
199199
{% endif %}
200200
</a>
201201

0 commit comments

Comments
 (0)
Please sign in to comment.