We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19eea1 commit d575cabCopy full SHA for d575cab
1 file changed
packages/checklist-editor/components/PRBalance.tsx
@@ -257,7 +257,7 @@ export const PRBalance: React.FC<PRBalanceProps> = ({ fileDiffs }) => {
257
Center of mass
258
</text>
259
<text x={comX} y={BEAM_Y + 60} textAnchor="middle" className="fill-warning" fontSize={12}>
260
- {pctNew >= 50 ? `${pctNew}% of weight is new code` : `${100 - pctNew}% of weight is modified code`}
+ {pctNew >= 50 ? `${pctNew}% of weight is new files` : `${100 - pctNew}% of weight is modified files`}
261
262
</g>
263
0 commit comments