pixelfed/resources/assets/components/partials/placeholders/EmptyTimeline.vue
2023-06-11 15:16:20 -06:00

7 lines
283 B
Vue

<template>
<div class="card card-body shadow-sm mb-3" style="border-radius: 15px;">
<img src="/img/illustrations/dk-nature-man-monochrome.svg" class="img-fluid" style="max-height: 300px;opacity: 0.6;">
<p class="lead mb-0 text-center">This feed is empty</p>
</div>
</template>