Skip to content

Commit 18a4770

Browse files
Point banner to new 11.1 post
1 parent f002855 commit 18a4770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/LandingPageLayout.res

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,10 @@ let make = (~components=MarkdownComponents.default, ~children) => {
707707
<div className="text-gray-80 text-18 z">
708708
<Navigation overlayState />
709709
<div className="absolute w-full top-16">
710-
// Delete this again, when ReScript 11 is out for some time.
710+
// Delete this again, when ReScript 11.1 is out for some time.
711711
<Banner>
712-
{React.string("ReScript 11 is out! Read the ")}
713-
<Next.Link href="/blog/release-11-0-0" className="underline">
712+
{React.string("ReScript 11.1 is out! Read the ")}
713+
<Next.Link href="/blog/release-11-1-0" className="underline">
714714
{React.string("announcement blog post")}
715715
</Next.Link>
716716
{React.string(".")}

0 commit comments

Comments
 (0)