summaryrefslogtreecommitdiffstats
path: root/src/components/TimelineList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TimelineList.vue')
-rw-r--r--src/components/TimelineList.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TimelineList.vue b/src/components/TimelineList.vue
index b4c39e75..9fb2034b 100644
--- a/src/components/TimelineList.vue
+++ b/src/components/TimelineList.vue
@@ -97,6 +97,10 @@ export default {
title: t('social', 'No global posts found'),
description: t('social', 'Posts from federated instances will show up here')
},
+ liked: {
+ image: 'img/undraw/profile.svg',
+ title: t('social', 'No liked posts found')
+ }
tags: {
image: 'img/undraw/profile.svg',
title: t('social', 'No posts found for this tag')