|
|
@ -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" |
|
|
|