Replace `vue_shared/components/deprecated_project_avatar/default.vue` with `vue_shared/components/project_avatar.vue`
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65227 deprecated the component that was frequently used to render project avatars in favor of a new component, `vue_shared/components/project_avatar.vue`. This new component uses `GlAlert` internally! This epic is to migrate all instances of the deprecated component (`vue_shared/components/deprecated_project_avatar/default.vue`) to the new component (`vue_shared/components/project_avatar.vue`) ### Example See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65747 for a basic example, including before and after screenshots
epic