fix(ui): shorten proposed-to-close notice copy
PR Checks / Frontend Typecheck + Tests (pull_request) Successful in 9m38s
PR Checks / Backend Smoke (pull_request) Successful in 7s
PR Checks / Build Backend (no push) (pull_request) Successful in 11s
PR Checks / Build Frontend (no push) (pull_request) Successful in 41s
PR Checks / Build Pipeline (no push) (pull_request) Successful in 10s
PR Checks / AI Code Review (Claude) (pull_request) Successful in 27s
PR Checks / Frontend Typecheck + Tests (pull_request) Successful in 9m38s
PR Checks / Backend Smoke (pull_request) Successful in 7s
PR Checks / Build Backend (no push) (pull_request) Successful in 11s
PR Checks / Build Frontend (no push) (pull_request) Successful in 41s
PR Checks / Build Pipeline (no push) (pull_request) Successful in 10s
PR Checks / AI Code Review (Claude) (pull_request) Successful in 27s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -316,8 +316,7 @@ export function SchoolDetailView({
|
|||||||
{isProposedToClose(schoolInfo) && (
|
{isProposedToClose(schoolInfo) && (
|
||||||
<div className={styles.closingStrip} role="note">
|
<div className={styles.closingStrip} role="note">
|
||||||
<strong>⚠ Proposed to close</strong> — this school is proposed for closure,
|
<strong>⚠ Proposed to close</strong> — this school is proposed for closure,
|
||||||
although a formal closure process has not necessarily started. Check with the
|
check with the local authority before applying.
|
||||||
local authority before applying.
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{schoolInfo.address && (
|
{schoolInfo.address && (
|
||||||
|
|||||||
@@ -240,8 +240,7 @@ export function SecondarySchoolDetailView({
|
|||||||
{isProposedToClose(schoolInfo) && (
|
{isProposedToClose(schoolInfo) && (
|
||||||
<div className={styles.closingStrip} role="note">
|
<div className={styles.closingStrip} role="note">
|
||||||
<strong>⚠ Proposed to close</strong> — this school is proposed for closure,
|
<strong>⚠ Proposed to close</strong> — this school is proposed for closure,
|
||||||
although a formal closure process has not necessarily started. Check with the
|
check with the local authority before applying.
|
||||||
local authority before applying.
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{schoolInfo.address && (
|
{schoolInfo.address && (
|
||||||
|
|||||||
Reference in New Issue
Block a user