Skip to content

Remove 11.1 banner #972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025
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