Skip to content

Commit

Permalink
Infrastructure > Information on app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMarais committed Jun 27, 2024
1 parent e03d2b5 commit 1d5b772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ui <- dashboardPage(
menuItem("Main Page", tabName = "main_page", icon = icon("home")),
menuItem("Water Quality Data", tabName = "waterquality", icon = icon("link")),
menuItem("Harmful Algal Bloom Data", tabName = "algae", icon = icon("link")),
menuItem("Water Infrastructure Network", tabName = "win", icon = icon("bridge-water", lib="font-awesome"))
menuItem("Water Information Network", tabName = "win", icon = icon("bridge-water", lib="font-awesome"))
)
),
dashboardBody(
Expand Down

0 comments on commit 1d5b772

Please sign in to comment.