diff --git a/src/explore-education-statistics-frontend/src/modules/find-statistics/components/PublicationSummary.tsx b/src/explore-education-statistics-frontend/src/modules/find-statistics/components/PublicationSummary.tsx index 042a9bdaa2..afa45c6185 100644 --- a/src/explore-education-statistics-frontend/src/modules/find-statistics/components/PublicationSummary.tsx +++ b/src/explore-education-statistics-frontend/src/modules/find-statistics/components/PublicationSummary.tsx @@ -12,15 +12,20 @@ interface Props { } const PublicationSummary = ({ publication }: Props) => { - const { published, slug, summary, theme, title, type, releaseSlug } = publication; + const { published, slug, summary, theme, title, type, releaseSlug } = + publication; return (
  • - {title} + + {title} +

    {summary}

    diff --git a/src/explore-education-statistics-frontend/src/modules/methodologies/MethodologyPage.tsx b/src/explore-education-statistics-frontend/src/modules/methodologies/MethodologyPage.tsx index 0d49e1d832..55274e60ff 100644 --- a/src/explore-education-statistics-frontend/src/modules/methodologies/MethodologyPage.tsx +++ b/src/explore-education-statistics-frontend/src/modules/methodologies/MethodologyPage.tsx @@ -113,11 +113,13 @@ const MethodologyPage: NextPage = ({ data }) => {