diff --git a/components/search/testimony/TestimonyHit.tsx b/components/search/testimony/TestimonyHit.tsx index 3931db833..f9e62c272 100644 --- a/components/search/testimony/TestimonyHit.tsx +++ b/components/search/testimony/TestimonyHit.tsx @@ -5,7 +5,7 @@ import { Testimony } from "components/db/testimony" import { trimContent } from "components/TestimonyCallout/TestimonyCallout" import { formatBillId } from "components/formatting" import { useBill } from "components/db/bills" -import { FollowOrgButton } from "components/shared/FollowButton" +import { FollowUserButton } from "components/shared/FollowButton" import { Image } from "react-bootstrap" import { useFlags } from "components/featureFlags" import { useAuth } from "components/auth" @@ -72,7 +72,7 @@ const TestimonyResult = ({ hit }: { hit: Hit }) => { Written by {writtenBy} {!isCurrentUser && followOrg && user && ( - + )}