Skip to content

Commit 4bf058b

Browse files
authored
Remove 11.1 banner (#972)
1 parent ba49ef2 commit 4bf058b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/layouts/LandingPageLayout.res

-8
Original file line numberDiff line numberDiff line change
@@ -707,14 +707,6 @@ let make = (~components=MarkdownComponents.default, ~children) => {
707707
<div className="text-gray-80 text-18 z">
708708
<Navigation isOverlayOpen setOverlayOpen />
709709
<div className="absolute w-full top-16">
710-
// Delete this again, when ReScript 11.1 is out for some time.
711-
<Banner>
712-
{React.string("ReScript 11.1 is out! Read the ")}
713-
<Next.Link href="/blog/release-11-1-0" className="underline">
714-
{React.string("announcement blog post")}
715-
</Next.Link>
716-
{React.string(".")}
717-
</Banner>
718710
<div className="relative overflow-hidden pb-32">
719711
<main className="mt-10 min-w-320 lg:align-center w-full">
720712
<MdxProvider components>

0 commit comments

Comments
 (0)