From d607e4195a114843029e902e09df323096e0dcd6 Mon Sep 17 00:00:00 2001 From: taehoon Date: Sat, 2 Feb 2019 14:23:16 -0500 Subject: Migrate StillImage to UserAvatar for avatars --- src/components/user_card_content/user_card_content.js | 4 ++-- src/components/user_card_content/user_card_content.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/user_card_content') diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 541c73b4..6f6d04a7 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -1,4 +1,4 @@ -import StillImage from '../still-image/still-image.vue' +import UserAvatar from '../user_avatar/user_avatar.vue' import { hex2rgb } from '../../services/color_convert/color_convert.js' import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator' @@ -82,7 +82,7 @@ export default { } }, components: { - StillImage + UserAvatar }, methods: { followUser () { diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index d1034d68..7f844c19 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -4,7 +4,7 @@
- +
-- cgit v1.2.3-70-g09d2