discourse-animated-avatars/assets/javascripts/discourse/connectors/user-profile-avatar-img-wrapper/user-profile-avatar-img-wrapper.gjs
Juan David Martínez Cubillos 0186227b5d
DEV: Update plugin to avoid using template overrides (#43)
* DEV: Update plugin to avoid using template overrides

* linter issues

* added suggested changes

* rollback changes on animated-bound-avatar.js

* fix lint
2025-01-16 11:39:10 -05:00

7 lines
244 B
Text

import animatedBoundAvatar from "discourse/plugins/discourse-animated-avatars/app/helpers/animated-bound-avatar";
const AnimatedAvatar = <template>
{{animatedBoundAvatar @outletArgs.user "huge"}}
</template>;
export default AnimatedAvatar;