diff options
| author | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
| commit | 0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (patch) | |
| tree | 4bf42b369fd8a90246272c36f04b9f478ebc2db3 /src/components/notifications/notifications.vue | |
| parent | 5efd8a4aa6cd4deca287781be24083fc468c563a (diff) | |
after nine years of development, hopefully, it has been worth the weight
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index b341fcef..8e6f12b2 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -10,7 +10,7 @@ <div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'> <div> <a :href="notification.action.user.statusnet_profile_url" target="_blank"> - <img class='avatar' :src="notification.action.user.profile_image_url_original"> + <StillImage class='avatar' :src="notification.action.user.profile_image_url_original"/> </a> </div> <div class='text' style="width: 100%;"> |
