refactor(school-detail): remove hero summary, red oversubscribed chip
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 12s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 47s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 12s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

- Drop the auto-generated italic summary sentence from the hero — adds
  little beyond what the chips and stats already convey.
- Oversubscribed hero chip: tone-gold → tone-coral so it reads as a
  warning rather than a neutral highlight.
- Remove unused buildSchoolSummary import and .heroSummary CSS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tudor Sitaru
2026-04-08 15:27:03 +01:00
parent dfa8058efc
commit e72345bad5
2 changed files with 2 additions and 16 deletions
@@ -858,16 +858,6 @@
color: var(--text-muted, #8a847a);
}
/* ── Hero summary sentence (B1) ──────────────────────────────────────── */
.heroSummary {
margin: 1.5rem 0 0;
font-family: var(--font-playfair), 'Playfair Display', serif;
font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
font-style: italic;
line-height: 1.5;
color: var(--text-primary, #1a1612);
}
.heroDataNote {
margin: 0.5rem 0 0;
font-size: 0.75rem;