diff --git a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb index fdac02cadc..a4bdd08633 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb @@ -33,18 +33,18 @@ description: "As a design and technology teacher, you'll help pupils to turn their ideas into reality.", path: "/life-as-a-teacher/explore-subjects/design-and-technology", )) %> - <%= render Categories::CardComponent.new(heading_tag: "h2", card: - OpenStruct.new( - title: "Maths", - description: "Find out how to become a maths teacher, so you can show pupils how important maths is in everyday life and in understanding the world.", - path: "/life-as-a-teacher/explore-subjects/maths" - )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "Languages", description: "Help pupils to explore cultures around the world through learning a language. There's a wide range of languages you could teach, like French, Mandarin, Spanish or ancient Greek.", path: "/life-as-a-teacher/explore-subjects/languages", )) %> + <%= render Categories::CardComponent.new(heading_tag: "h2", card: + OpenStruct.new( + title: "Maths", + description: "Find out how to become a maths teacher, so you can show pupils how important maths is in everyday life and in understanding the world.", + path: "/life-as-a-teacher/explore-subjects/maths" + )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "Physics",