Skip to content

Commit

Permalink
feat: update filters heading
Browse files Browse the repository at this point in the history
  • Loading branch information
njblore committed Sep 17, 2024
1 parent 021f66f commit f4c0465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/teachers/programmes/[programmeSlug]/units.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ const UnitListingPage: NextPage<UnitListingPageProps> = ({
<OakHeading
id={learningThemesId}
tag="h3"
$font="body-3"
$font="heading-7"
$mb="space-between-s"
>
{/* Though still called "Learning themes" internally, these should be referred to as "Threads" in user facing displays */}
Filter by thread
Threads
</OakHeading>
<UnitsLearningThemeFilters
labelledBy={learningThemesId}
Expand Down

0 comments on commit f4c0465

Please sign in to comment.