Skip to content

Commit c8ad3dd

Browse files
authored
updates headshots and team page (#4594)
# Description and Motivation - adds new headshots for eric and kim - deletes old headshots - updates team page ## Has this been tested? How? tests passing ## Screenshots (if appropriate) ## Types of changes - New content or feature ## New frontend preview link is below in the Netlify comment 😎
1 parent a1b082e commit c8ad3dd

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
189 KB
Loading
-33 KB
Binary file not shown.
-40.2 KB
Binary file not shown.
201 KB
Loading
-78.6 KB
Binary file not shown.

frontend/src/pages/AboutUs/AboutUsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default function AboutUsPage() {
138138
<HetLazyLoader offset={300} height={181} once>
139139
<img
140140
src={leader.imageUrl}
141-
alt=''
141+
alt={leader.name}
142142
className='inline-block max-w-team-headshot rounded-md'
143143
/>
144144
</HetLazyLoader>

frontend/src/pages/AboutUs/OurTeamData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import PartnerGilead from '../../assets/partners/PartnerGilead.png'
77
import PartnerGoogle from '../../assets/partners/PartnerGoogle.png'
88
import PartnerSatcher from '../../assets/partners/PartnerSatcher.png'
99
import Allyson from '../../assets/team/BeltonA.png'
10-
import Kim from '../../assets/team/CincoKim.jpg'
10+
import Kim from '../../assets/team/CincoK.png'
1111
import Megan from '../../assets/team/DouglasMegan.jpg'
1212
import Ben from '../../assets/team/HammondBen.jpg'
1313
import Jammie from '../../assets/team/HopkinsJammie.jpg'
@@ -16,7 +16,7 @@ import Donrie from '../../assets/team/PurcellDonrie.png'
1616
import DrHH from '../../assets/team/SHarris-Hooker.jpg'
1717
import Shaneeta from '../../assets/team/ShaneetaJohnson.png'
1818
import Maisha from '../../assets/team/StandiferM.png'
19-
import Eric from '../../assets/team/WarrenEric.png'
19+
import Eric from '../../assets/team/WarrenE.png'
2020

2121
export const LEADERSHIP_TEAM = [
2222
{

0 commit comments

Comments
 (0)