From ad09aca72db5fedce5fd870c1de921f17a3e0402 Mon Sep 17 00:00:00 2001 From: wrigh393 Date: Mon, 8 Feb 2021 15:09:34 -0500 Subject: [PATCH] Updated TeamMemberCard docs to give a accurate summary of the component. --- src/components/TeamMemberCard/TeamMemberCard.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";