aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image
diff options
context:
space:
mode:
authorAlexander Tumin <iamtakingiteasy@eientei.org>2022-03-01 00:35:00 +0300
committerAlexander Tumin <iamtakingiteasy@eientei.org>2022-03-01 01:00:38 +0300
commit2b7f12613ec04e3ce8be62b169457ad62aa83a65 (patch)
tree50d6b6779c9e4aa14ada4dd6b3fa7df38a878736 /src/components/still-image
parentfe0ed7e8f0941195547b924f99f6c0be707bf964 (diff)
Add bot indication to user icon on statuses
Diffstat (limited to 'src/components/still-image')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index cca75fcb..4ea21506 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -19,6 +19,7 @@
@load="onLoad"
@error="onError"
>
+ <slot/>
</div>
</template>