| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/main-menu/src/View/MapListing.elm')
| -rw-r--r-- | src/main-menu/src/View/MapListing.elm | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/src/main-menu/src/View/MapListing.elm b/src/main-menu/src/View/MapListing.elm index 79c39b4..b7be22a 100644 --- a/src/main-menu/src/View/MapListing.elm +++ b/src/main-menu/src/View/MapListing.elm @@ -61,14 +61,6 @@ get_html map_summaries =                 (Html.Attributes.class "main-menu-map-listing-body")              ]              (List.map (get_item_html) map_summaries) -         ), -         (Html.div -            [ -               (Html.Attributes.class "main-menu-map-listing-add-new") -            ] -            [ -               (Html.text "New") -            ]           )        ]     ) | 


