Browse Source

refactor(EntityGrid): simplify alphabetical section label

Change "Everyone Else" to "Everyone" for clearer, more concise labeling
pull/219/head
Jose Olarte III 2 days ago
parent
commit
4e3e293495
  1. 2
      src/components/EntityGrid.vue

2
src/components/EntityGrid.vue

@ -108,7 +108,7 @@ projects, and special entities with selection. * * @author Matthew Raymer */
<li
class="text-xs font-semibold text-slate-500 uppercase pt-5 pb-1.5 px-2 border-b border-slate-300"
>
Everyone Else
Everyone
</li>
<PersonCard
v-for="person in alphabeticalContacts"

Loading…
Cancel
Save