From dfa894b76ee3584bf169710c78c57330c5d6ee67 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 29 Nov 2023 12:28:03 +0100 Subject: fix(pages,services): make thematics & topics pages usable again When I refactored the fetchers and convertors in #f111685 I forgot to convert WPThematicPreview and WPTopicPreview so the thematics and topics pages was broken. I also: * removed the ToC added by error in #70b4f63 * fix heading styles * fix website url in topics pages --- src/components/templates/page/page-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/templates/page/page-header.tsx b/src/components/templates/page/page-header.tsx index 6effc9e..9694c68 100644 --- a/src/components/templates/page/page-header.tsx +++ b/src/components/templates/page/page-header.tsx @@ -153,7 +153,7 @@ const PageHeaderWithRef: ForwardRefRenderFunction< description: 'PageHeader: website meta label', id: '9jh0r2', })} - value={meta.website} + value={{meta.website}} /> ) : null} -- cgit v1.2.3