Skip to content

Instantly share code, notes, and snippets.

@achingachris
Created May 3, 2022 15:03
Show Gist options
  • Save achingachris/31bc5f83419f96928ff2f21b61bd97ff to your computer and use it in GitHub Desktop.
Save achingachris/31bc5f83419f96928ff2f21b61bd97ff to your computer and use it in GitHub Desktop.
{team.map((member) => (
<ProfileCard
key={member.id}
image_url={member.image_url}
name={member.name}
title={member.title}
/>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment