mirror of
https://ghfast.top/https://github.com/discourse/discourse-animated-avatars.git
synced 2026-07-15 11:37:01 +08:00
* DEV: Update plugin to avoid using template overrides * linter issues * added suggested changes * rollback changes on animated-bound-avatar.js * fix lint
7 lines
244 B
Text
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;
|