From 046600e47a1a3343c0c159852461599d26b4b875 Mon Sep 17 00:00:00 2001 From: Josh Vlk Date: Mon, 24 Nov 2025 13:07:13 -0500 Subject: [PATCH] fix: restore missing content on landing page --- src/layouts/LandingPageLayout.res | 39 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/src/layouts/LandingPageLayout.res b/src/layouts/LandingPageLayout.res index ac823b937..7fd1ccfca 100644 --- a/src/layouts/LandingPageLayout.res +++ b/src/layouts/LandingPageLayout.res @@ -75,7 +75,7 @@ export {
// Playground widget
//Left Side (ReScript)
@@ -105,11 +105,12 @@ export { /* ---Link to Playground--- */
- // ReactRouter.Link.to)} - // className="captions md:px-0 border-b border-gray-40 hover:border-gray-60 text-gray-60"> - // {React.string("Edit this example in Playground")} - // + + {React.string("Edit this example in Playground")} +
//
@@ -236,7 +237,7 @@ module QuickInstall = { } @react.component let make = () => { -
+

{React.string("Quick Install")}

{React.string( @@ -595,17 +596,15 @@ module CuratedResources = { descr: "Get started with ViteJS and ReScript.", href: "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-vite/README.md", }, - // { - // imgSrc: "/nodejs_starter_logo.svg", - // title: <> - //
{React.string("ReScript & ")}
- //
- // {React.string("NodeJS")} - //
- // , - // descr: "Get started with ReScript targeting the Node platform.", - // href: "/", - // }, + { + imgSrc: "/nodejs_starter_logo.svg", + title: <> +
{React.string("ReScript & ")}
+
{React.string("NodeJS")}
+ , + descr: "Get started with ReScript targeting the Node platform.", + href: "/", + }, ] @react.component @@ -624,7 +623,7 @@ module CuratedResources = {
{React.string("Guides and Docs")}
-
+
//divider @@ -653,7 +652,7 @@ module CuratedResources = {
{React.string("Templates")}
-
+