From dccbad418ff9d5d7705072534c4c777d6ea062ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Thu, 17 Nov 2022 16:32:42 +0100 Subject: [PATCH] Fix improper component nesting Next doesn't allow block elements inside a `

` --- website/src/components/landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/landing.js b/website/src/components/landing.js index 7d63da20f..a212af0cf 100644 --- a/website/src/components/landing.js +++ b/website/src/components/landing.js @@ -130,7 +130,7 @@ export const LandingBanner = ({ )}

-

{children}

+
{children}
{button && (