diff options
author | Joris | 2020-08-08 21:11:57 +0200 |
---|---|---|
committer | Joris | 2020-08-08 21:11:57 +0200 |
commit | 2cb752123d15916496e872c9fbd423c788c86c64 (patch) | |
tree | a9db0b21d963f0f12ce0cfb6dc446a77ea964741 /src/View/Map.ml | |
parent | 38e42723a916b7d5c2a15e514b3f3e6dcab398dd (diff) |
Remove unused color modal
Diffstat (limited to 'src/View/Map.ml')
-rw-r--r-- | src/View/Map.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/View/Map.ml b/src/View/Map.ml index 678f5ae..eda934c 100644 --- a/src/View/Map.ml +++ b/src/View/Map.ml @@ -8,9 +8,6 @@ let mapView = ; HA.href "#" |] [| H.text "Map" |] - ; Button.text - [| HE.on_click (fun _ -> Modal.show (Colors.content ())) |] - [| H.text "Colors" |] |] ; H.div [| HA.class_ "g-Map" |] |