-}
-
/* isOverlayOpen: if the mobile overlay is toggled open */
@react.component
let make = (~fixed=true, ~overlayState: (bool, (bool => bool) => unit)) => {
@@ -615,13 +610,5 @@ let make = (~fixed=true, ~overlayState: (bool, (bool => bool) => unit)) => {
->unsafeAddProp("WebkitBackdropFilter", "blur(2px)")
}
/>
- // Delete this again, when ReScript 11 is out for some time.
-
- {React.string("ReScript 11 is out! Read the ")}
-
- {React.string("announcement blog post")}
-
- {React.string(".")}
-
>
}
diff --git a/src/layouts/LandingPageLayout.res b/src/layouts/LandingPageLayout.res
index 245eb11b7..7f71742d7 100644
--- a/src/layouts/LandingPageLayout.res
+++ b/src/layouts/LandingPageLayout.res
@@ -693,7 +693,6 @@ module Sponsors = {
@react.component
let make = (~components=MarkdownComponents.default, ~children) => {
let overlayState = React.useState(() => false)
- let hasBanner = true
<>
{
-
+
+ // Delete this again, when ReScript 11 is out for some time.
+
+ {React.string("ReScript 11 is out! Read the ")}
+
+ {React.string("announcement blog post")}
+
+ {React.string(".")}
+