diff --git a/frontend/src/components/activity/ActivityFeed.vue b/frontend/src/components/activity/ActivityFeed.vue index 516322a..9d423d9 100644 --- a/frontend/src/components/activity/ActivityFeed.vue +++ b/frontend/src/components/activity/ActivityFeed.vue @@ -277,5 +277,5 @@ function navigateToProject(projectId: number) { import { useAvatarUrl } from '@/composables/useAvatarUrl' -const { getAvatarUrl } = useAvatarUrl() +const { getAvatarUrl, getInitialsAvatarUrl } = useAvatarUrl() diff --git a/frontend/src/components/layout/AppSidebar.vue b/frontend/src/components/layout/AppSidebar.vue index f8fd9ac..2faf180 100644 --- a/frontend/src/components/layout/AppSidebar.vue +++ b/frontend/src/components/layout/AppSidebar.vue @@ -36,7 +36,10 @@ - + + + +