Skip to content

Commit

Permalink
fix: Typo on FeedbackPage icon title [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Nov 7, 2024
1 parent bd72ea3 commit 4af15f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 4af15f2

Please sign in to comment.