File tree Expand file tree Collapse file tree
events-helsinki/src/pages/articles
hobbies-helsinki/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const NextCmsArticle: NextPage<{
6363 return (
6464 < MatomoWrapper >
6565 < RHHCPage
66+ className = "article-page"
6667 navigation = { < Navigation page = { article } /> }
6768 content = {
6869 < RHHCPageContent
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ const NextCmsArticle: NextPage<{
6161 return (
6262 < MatomoWrapper >
6363 < RHHCPage
64+ className = "article-page"
6465 navigation = { < Navigation page = { article } /> }
6566 content = {
6667 < RHHCPageContent
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ const NextCmsPage: NextPage<{
5757 return (
5858 < MatomoWrapper >
5959 < HCRCPage
60+ className = "page"
6061 navigation = { < Navigation page = { page } /> }
6162 content = {
6263 < HCRCPageContent
You can’t perform that action at this time.
0 commit comments