Skip to content

Commit

Permalink
fix: Typo on FeedbackPage icon title (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Nov 7, 2024
1 parent 280cfe0 commit dd6883a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const feedbackTypeIcon = (type: FeedbackType) => {
title: "Unhelpful (help text)",
};
default:
return { icon: <RuleIcon />, title: "inaccuracy" };
return { icon: <RuleIcon />, title: "Inaccuracy" };
}
};

Expand Down

0 comments on commit dd6883a

Please sign in to comment.