Skip to content

Commit 2b469f3

Browse files
authored
feat: remove v12 announcement banner (#1262)
1 parent a8520b1 commit 2b469f3

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/components/LandingPage.res

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -689,13 +689,14 @@ let make = (~components=MarkdownComponents.default) => {
689689
<div className="mt-4 xs:mt-16">
690690
<div className="text-gray-80 text-18 z">
691691
<div className="absolute w-full top-16">
692-
<Banner>
693-
{React.string("ReScript 12 is out! Read the ")}
694-
<ReactRouter.Link to=#"/blog/release-12-0-0" className="underline">
695-
{React.string("announcement blog post")}
696-
</ReactRouter.Link>
697-
{React.string(".")}
698-
</Banner>
692+
// Enable this when v13 is released
693+
// <Banner>
694+
// {React.string("ReScript 12 is out! Read the ")}
695+
// <ReactRouter.Link to=#"/blog/release-12-0-0" className="underline">
696+
// {React.string("announcement blog post")}
697+
// </ReactRouter.Link>
698+
// {React.string(".")}
699+
// </Banner>
699700
<div className="relative overflow-hidden pb-32">
700701
<main className="mt-10 min-w-320 lg:align-center w-full">
701702
<div className="">

0 commit comments

Comments
 (0)