From a71429c5269936ca76d343e1d03d553281db5b5d Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 27 Oct 2020 09:22:06 +0000 Subject: [PATCH] small home page text update --- marlowe-playground-client/src/Home.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marlowe-playground-client/src/Home.purs b/marlowe-playground-client/src/Home.purs index e5cbe881192..d82769ec6af 100644 --- a/marlowe-playground-client/src/Home.purs +++ b/marlowe-playground-client/src/Home.purs @@ -25,7 +25,7 @@ render state = ] , div [ classes [ ClassName "text-block" ] ] [ h2_ [ text "How does the playground work?" ] - , p_ [ text "Marlowe contracts can be built in different ways. You can write them as Marlowe text, but also use the Blockly visual programming tool to create contracts by fitting together blocks that represent the different components. Marlowe is written in the Haskell programming language, and you can also use Haskell features to help you describe Marlowe contracts more readably and succinctly." ] + , p_ [ text "Marlowe contracts can be built in different ways. You can write them as Marlowe text, but also use the Blockly visual programming tool to create contracts by fitting together blocks that represent the different components. Marlowe is embedded in JavaScript and Haskell, and so you can use features from them to help you to build Marlowe contracts more readably and succinctly." ] ] ] , div [ classes [ flex, ClassName "start-with-container" ] ]