Skip to content

Commit

Permalink
update alumni (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Dec 1, 2023
1 parent a5f2ded commit eb69615
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const teamContent = [
cssFeature: 'grid-template-areas',
avatar: 'https://avatars.githubusercontent.com/u/31220082?v=4',
gif: 'https://user-images.githubusercontent.com/31220082/186910263-f0d4c470-a8ea-472e-aa6e-f41a585620ee.gif',
alumni: false,
alumni: true,
color: 'orange',
},
{
name: 'Josh Black',
Expand Down Expand Up @@ -136,7 +137,8 @@ const teamContent = [
favoriteTools: 'VS Code, Notes, Figma, GitHub, Vercel, Spotify',
avatar: 'https://user-images.githubusercontent.com/912236/176458039-9c71869d-66c6-4329-a0e7-c5c7ddcdd722.jpg',
gif: 'https://user-images.githubusercontent.com/912236/176458822-7710da14-9036-478b-807d-733922240761.gif',
alumni: false,
alumni: true,
color: 'orange',
},
{
name: 'Keith Cirkel',
Expand Down

0 comments on commit eb69615

Please sign in to comment.