diff --git a/nextjs-app/components/compare/CompareOfsted.tsx b/nextjs-app/components/compare/CompareOfsted.tsx index 8af6aad..9875a6b 100644 --- a/nextjs-app/components/compare/CompareOfsted.tsx +++ b/nextjs-app/components/compare/CompareOfsted.tsx @@ -239,8 +239,17 @@ export function CompareOfsted({ `https://reports.ofsted.gov.uk/provider/21/${school.urn}`; return ( - - {school.school_name}'s Ofsted page → + {/* Short visible label to save space on mobile (the coloured + school name already leads the row); the full name stays in + aria-label so screen readers can tell the links apart. */} + + Ofsted page → );