Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/layouts/LandingPageLayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -707,14 +707,6 @@ let make = (~components=MarkdownComponents.default, ~children) => {
<div className="text-gray-80 text-18 z">
<Navigation isOverlayOpen setOverlayOpen />
<div className="absolute w-full top-16">
// Delete this again, when ReScript 11.1 is out for some time.
<Banner>
{React.string("ReScript 11.1 is out! Read the ")}
<Next.Link href="/blog/release-11-1-0" className="underline">
{React.string("announcement blog post")}
</Next.Link>
{React.string(".")}
</Banner>
<div className="relative overflow-hidden pb-32">
<main className="mt-10 min-w-320 lg:align-center w-full">
<MdxProvider components>
Expand Down
Loading