diff --git a/src/pages/beta/teachers.tsx b/src/pages/beta/teachers.tsx index 855b48c49d..14dfd8f618 100644 --- a/src/pages/beta/teachers.tsx +++ b/src/pages/beta/teachers.tsx @@ -17,6 +17,7 @@ import { HomeSiteCards, SharedHomeContent } from "../../components/pages/Home"; import KeyStageKeypad from "../../components/KeyStageKeypad"; import Grid, { GridArea } from "../../components/Grid"; import usePostList from "../../components/Posts/PostList/usePostList"; +import Box from "../../components/Box"; const Teachers: NextPage = (props) => { const posts = props.posts.map(postToPostListItem); @@ -26,22 +27,24 @@ const Teachers: NextPage = (props) => { - - Your foundation for great lessons - - - Find inspiration. Get support. Go teach. - - - - - - + + + Your foundation for great lessons + + + Find inspiration. Get support. Go teach. + + + + + + +