File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = "" >
You can’t perform that action at this time.
0 commit comments