mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Reword "Excluded from Pipeline" card to "Halted or Removed"
Softer, less technical language for landlord-facing copy. The subtitle now spells out the two states (halted before a survey, or removed from the project entirely) so the relationship between the section header and the two cards is explicit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2edfb11469
commit
9f552ad649
1 changed files with 2 additions and 2 deletions
|
|
@ -69,11 +69,11 @@ export default function ExcludedFromPipelinePanel({
|
|||
<div className="flex items-center gap-2 mb-1">
|
||||
<CircleOff className="h-4 w-4 text-slate-500" />
|
||||
<h3 className="text-base font-semibold text-slate-700">
|
||||
Excluded from Pipeline
|
||||
Halted or Removed
|
||||
</h3>
|
||||
</div>
|
||||
<p className="text-sm text-gray-500 mb-5">
|
||||
Terminal states — properties intentionally not progressing through the pipeline.
|
||||
Properties no longer being progressed — either halted before a survey, or removed from the project entirely.
|
||||
</p>
|
||||
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue