EmptyTimeline.vue 283 B

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