From 66480ccb1e0dc72e6716060ab472b7584bfa910c Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 11:26:59 +0100 Subject: Linting fixes --- packages/website/ts/@next/components/aboutPageLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/website/ts/@next/components/aboutPageLayout.tsx') diff --git a/packages/website/ts/@next/components/aboutPageLayout.tsx b/packages/website/ts/@next/components/aboutPageLayout.tsx index f562bcff5..71cb7ef85 100644 --- a/packages/website/ts/@next/components/aboutPageLayout.tsx +++ b/packages/website/ts/@next/components/aboutPageLayout.tsx @@ -11,7 +11,7 @@ import { addFadeInAnimation } from 'ts/@next/constants/animations'; interface Props { title: string; - description: Node; + description: React.ReactNode | string; linkLabel?: string; linkUrl?: string; children?: Node; -- cgit