diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-07 16:38:45 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-07 16:38:45 +0000 |
| commit | 09736691ea79e66c9e41d6f723384769088eb2d0 (patch) | |
| tree | 196547dfc320ee2ee1173d6d807271e2c1f2fb09 /src/components/notification/notification.js | |
| parent | 82cd1252b58cce7fd32aafb89a21865715c23eb3 (diff) | |
| parent | 5f51fe897dcd7d32c46a67a8d31c8b4ffc8858b2 (diff) | |
Merge branch '420-redo-user-card-content' into 'develop'
Re-do UserCardContent Component CSS
Closes #420
See merge request pleroma/pleroma-fe!642
Diffstat (limited to 'src/components/notification/notification.js')
| -rw-r--r-- | src/components/notification/notification.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 7d9807de..fe5b7018 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -1,6 +1,6 @@ import Status from '../status/status.vue' import UserAvatar from '../user_avatar/user_avatar.vue' -import UserCardContent from '../user_card_content/user_card_content.vue' +import UserCard from '../user_card/user_card.vue' import { highlightClass, highlightStyle } from '../../services/user_highlighter/user_highlighter.js' import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator' @@ -13,7 +13,7 @@ const Notification = { }, props: [ 'notification' ], components: { - Status, UserAvatar, UserCardContent + Status, UserAvatar, UserCard }, methods: { toggleUserExpanded () { |
