diff --git a/app/controllers/landing_controller.rb b/app/controllers/landing_controller.rb index 9302466b0c..4e3730ee4a 100644 --- a/app/controllers/landing_controller.rb +++ b/app/controllers/landing_controller.rb @@ -78,6 +78,13 @@ def index } ] @apps = [ + { + "key" => "forestwatcher", + "title" => "Forest Watcher", + "description" => "Access GFW's forest monitoring and alert system offline and collect data from the field, all from your mobile device", + "background" => "/assets/home/forestwatcher@2x.jpg", + "link" => "http://forestwatcher.globalforestwatch.org/" + }, { "key" => "fires", "title" => "Fires", @@ -105,13 +112,6 @@ def index "description" => "View critical watershed information, understand type and severity of threats such as forest changes to watershed health, and screen for cost-effective, sustainable solutions", "background" => "/assets/home/water@2x.jpg", "link" => "http://water.globalforestwatch.org/" - }, - { - "key" => "forestwatcher", - "title" => "Forest Watcher", - "description" => "Access GFW's forest monitoring and alert system offline and collect data from the field, all from your mobile device", - "background" => "/assets/home/forestwatcher@2x.jpg", - "link" => "http://forest-watcher.herokuapp.com/" } ] end