Skip to content

Commit 1202c63

Browse files
user avatar
1 parent 2afedfe commit 1202c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/topbar.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<button class="btn user-action-dropdown dropdown-toggle none-border">
2222
{{ name|raw }}
2323
</button>
24-
<img src="{{ img(user().file).url }}" width="47" class="rounded-circle">
24+
{{ img(user().file).width(47).class('rounded-circle')|raw }}
2525
</a>
2626
<ul class="dropdown-menu-right dropdown-menu">
2727
<li class="dropdown-item">

0 commit comments

Comments
 (0)