diff --git a/src/components/TeamMemberCard/TeamMemberCard.md b/src/components/TeamMemberCard/TeamMemberCard.md index 1554351..2a4ce00 100644 --- a/src/components/TeamMemberCard/TeamMemberCard.md +++ b/src/components/TeamMemberCard/TeamMemberCard.md @@ -1,4 +1,6 @@ -The ItemTable is the primary view for webqueue2. It displays item metadata for items of selected queues and allows for filtering by field and opening an item by clicking. By default, it is pre-configured to fetch data from the webqueue2 API. +The TeamMemberCard is used to give a quick summary on people that have worked on webqueue2. It displays a image of the team member, the person's first and last name, a brief professional summary, and a link to their personal portfolio(if applicable). + +If no image is provided the profile image is replaced with the first initial of the team memebers first name. ```jsx import React, { useState } from "react";