refactor(EntityGrid): simplify alphabetical section label

Change "Everyone Else" to "Everyone" for clearer, more concise labeling
This commit is contained in:
Jose Olarte III
2025-11-11 15:32:11 +08:00
parent 65533c15d2
commit 4e3e293495

View File

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