feat: update AdminMembers and AdminStaff components for improved statistics display and fix typo in MembersDirectory

This commit is contained in:
2026-01-25 12:55:26 -06:00
parent 4548d959d7
commit 7ee5cb0d9c
3 changed files with 11 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ const MembersDirectory = () => {
LOAF Members
</h1>
<p className="text-lg " style={{ fontFamily: "'Nunito Sans', sans-serif" }}>
<span className='text-foreground'>Number of current memebers in the directory: </span> <span className='text-brand-purple font-medium'>{totalMembers}</span>
<span className='text-foreground'>Number of current members in the directory: </span> <span className='text-brand-purple font-medium'>{totalMembers}</span>
</p>
</div>