diff --git a/resources/views/profile/partials/navigation.twig b/resources/views/profile/partials/navigation.twig
index 33b6a7d..0fe282a 100644
--- a/resources/views/profile/partials/navigation.twig
+++ b/resources/views/profile/partials/navigation.twig
@@ -4,7 +4,8 @@
- {{ img('visiosoft.module.profile::images/interface.svg').data|raw }}
+ {% set profilePhoto = auth_user().file_id ? file(auth_user().file_id).make.url : img('visiosoft.module.profile::images/interface.svg').url %}
+ {{ img(profilePhoto).class('overflow-hidden rounded-circle')|raw }}
{{ auth_user().name }}
{{ addBlock('profile/navigation/username')|raw }}