Skip to content

Commit

Permalink
Merge pull request #194 from nwplus/24-25-profiles-fix
Browse files Browse the repository at this point in the history
Fix profile titles
  • Loading branch information
DonaldKLee authored Jun 4, 2024
2 parents 6bb7e52 + 5188a43 commit 27a0eda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ const profiles = [
name: 'Alissa Guo',
emoji: 'πŸ₯˜',
color: '#FFC0CB',
title: 'Cmd-f logistics coordinator',
title: 'cmd-f Logistics Coordinator',
social: 'https://www.linkedin.com/in/alissa-guo/'
},
{
img: '/assets/profiles/Allison_Chu.png',
name: 'Allison Chu',
emoji: 'πŸš…',
color: '#01DACC',
title: '',
title: 'Design Coordinator',
social: ''
},
{
Expand Down Expand Up @@ -301,7 +301,7 @@ const profiles = [
name: 'Khoa Bui',
emoji: '🐧',
color: '#e46060',
title: 'Logistics Coordinator',
title: 'nwHacks Logistics Coordinator',
social: ''
},
{
Expand Down Expand Up @@ -365,15 +365,15 @@ const profiles = [
name: 'Michelle Wan',
emoji: 'πŸ™†πŸ»β€β™€οΈ',
color: '#e8dcfc',
title: 'Sponsorships Coordinator',
title: 'Sponsorship Coordinator',
social: 'https://mwchelle.me'
},
{
img: '/assets/profiles/Michelle_Wang.png',
name: 'Michelle Wang',
emoji: '❄️',
color: '#9CDDFB',
title: 'Tres',
title: 'Treasurer',
social: 'https://www.linkedin.com/in/michelle-wang-mw/'
},
{
Expand Down

0 comments on commit 27a0eda

Please sign in to comment.