diff --git a/client/src/components/TierWarning.jsx b/client/src/components/TierWarning.jsx index 24e32ee..7721260 100755 --- a/client/src/components/TierWarning.jsx +++ b/client/src/components/TierWarning.jsx @@ -17,14 +17,15 @@ export default function TierWarning({ currentPoints, addingPoints }) { return (
- ⚠ Tier Escalation Warning
+ ⚠ Tier Escalation Warning
Adding {addingPoints} point{addingPoints !== 1 ? 's' : ''} will move this employee from {current.label} to {projected.label}. {tierUp && (