Skip to content

Commit

Permalink
Update site.R
Browse files Browse the repository at this point in the history
Addressing [#4](VDH dashboard: update Air Quality button to say "Environmental Hazard" and population churn button to say "Geographic Mobility"#4)
  • Loading branch information
wanghalan authored Oct 11, 2023
1 parent b5b551c commit 8dbd89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ page_panel(
list(selected_variable = "food_accessibility_indicator")
),
input_button(
"Population Churn",
"Geographic Mobility",
list(selected_variable = "pop_churning_indicator")
),
input_button(
Expand All @@ -271,7 +271,7 @@ page_panel(
list(selected_variable = "affordability_index")
),
input_button(
"Air Quality",
"Environmental Hazard",
list(selected_variable = "air_quality_indicator")
),
input_button(
Expand Down

0 comments on commit 8dbd89c

Please sign in to comment.