MITx MicroMasters program in {templateFields?.title}
diff --git a/frontends/main/src/page-components/TestimonialDisplay/AttestantBlock.tsx b/frontends/main/src/page-components/TestimonialDisplay/AttestantBlock.tsx index 9925a33ec3..d23fe868f7 100644 --- a/frontends/main/src/page-components/TestimonialDisplay/AttestantBlock.tsx +++ b/frontends/main/src/page-components/TestimonialDisplay/AttestantBlock.tsx @@ -1,9 +1,8 @@ import React from "react" - import { RiAccountCircleFill } from "@remixicon/react" - import { TruncateText, styled, theme } from "ol-components" import type { Attestation } from "api/v0" +import Image from "next/image" type AttestantAvatarPosition = "start" | "end" type AttestantBlockColor = "light" | "dark" @@ -139,7 +138,7 @@ const AttestantBlock: React.FC