diff --git a/components/cards/QuestionCard.tsx b/components/cards/QuestionCard.tsx index 3dabdec..cf421a7 100644 --- a/components/cards/QuestionCard.tsx +++ b/components/cards/QuestionCard.tsx @@ -72,7 +72,7 @@ const QuestionCard = ({ alt="user" value={author.name} title={` - asked ${getTimestamp(createdAt)}`} - href={`/profile/${author._id}`} + href={`/profile/${author.clerkId}`} isAuthor textStyles="body-medium text-dark400_light700" />