Skip to content

Commit

Permalink
Moves forest watcher to first position and updates link
Browse files Browse the repository at this point in the history
  • Loading branch information
simaob authored and pjosh committed Sep 25, 2017
1 parent 878b7e5 commit 913a564
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/controllers/landing_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]",
"link" => "http://forestwatcher.globalforestwatch.org/"
},
{
"key" => "fires",
"title" => "Fires",
Expand Down Expand Up @@ -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/[email protected]",
"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/[email protected]",
"link" => "http://forest-watcher.herokuapp.com/"
}
]
end
Expand Down

0 comments on commit 913a564

Please sign in to comment.