Browse Source

No-contacts state

projects-view-improvements
Jose Olarte III 1 year ago
parent
commit
32125133f0
  1. 7
      src/views/HomeView.vue

7
src/views/HomeView.vue

@ -35,6 +35,13 @@
>
Show More Contacts…
</router-link>
<!-- If there are no contacts, show this instead: -->
<div
class="rounded border border-dashed border-slate-300 bg-slate-100 px-4 py-3 text-center italic text-slate-500"
>
(No contacts to show.)
</div>
</div>
<GiftedDialog

Loading…
Cancel
Save