diff --git a/client/src/components/production-board-kanban/production-board-kanban-card.component.jsx b/client/src/components/production-board-kanban/production-board-kanban-card.component.jsx index 4ae675a81..ef3c2126b 100644 --- a/client/src/components/production-board-kanban/production-board-kanban-card.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban-card.component.jsx @@ -21,7 +21,7 @@ import dayjs from "../../utils/day"; import JobPartsQueueCount from "../job-parts-queue-count/job-parts-queue-count.component"; import OwnerNameDisplay from "../owner-name-display/owner-name-display.component"; import ShareToTeamsButton from "../share-to-teams/share-to-teams.component.jsx"; -import { SiMicrosoftteams } from "react-icons/si"; +import { PiMicrosoftTeamsLogo } from "react-icons/pi"; const cardColor = (ssbuckets, totalHrs) => { const bucket = ssbuckets.find((bucket) => bucket.gte <= totalHrs && (!bucket.lt || bucket.lt > totalHrs)); @@ -424,7 +424,7 @@ export default function ProductionBoardCard({ technician, card, bodyshop, cardSe noIcon={true} linkText={