Skip to content

Commit

Permalink
Update ActusBlockly.purs
Browse files Browse the repository at this point in the history
  • Loading branch information
dk14 committed Oct 26, 2020
1 parent 99f3a16 commit 193d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-playground-client/src/Marlowe/ActusBlockly.purs
Expand Up @@ -389,7 +389,7 @@ toolbox =
xml [ id_ "actusBlocklyToolbox", style "display:none" ]
[ category [ name "Contracts", colour actusColour ] (map mkBlock actusContractTypes)
, category [ name "Values", colour valueColour ] (map mkBlock actusValueTypes)
, category [ name "Periods", colour valueColour ] (map mkBlock actusPeriodTypes)
, category [ name "Periods", colour periodColour ] (map mkBlock actusPeriodTypes)
]
where
mkBlock :: forall t. Show t => t -> _
Expand Down

0 comments on commit 193d3e8

Please sign in to comment.