Skip to content

Commit

Permalink
Added more icons to the menubar on the left
Browse files Browse the repository at this point in the history
  • Loading branch information
gklarenberg committed Aug 21, 2024
1 parent 6575650 commit 505a3b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ ui <- dashboardPage(
menuItem("Harmful Algal Bloom Data", tabName = "algae", icon = icon("microscope", lib = "font-awesome")),
menuItem("Water Quality Data", tabName = "waterquality", icon = icon("flask-vial", lib="font-awesome")),
menuItem("Water Level Data", tabName = "waterlevel", icon = icon("water", lib="font-awesome")),
menuItem("Fish and Shellfish Data", tabName = "shellfish", icon = icon("fish", lib="font-awesome")),
menuItem("Terrestrial Animal Data", tabName = "animal", icon = icon("paw", lib="font-awesome"))
menuItem("Fish, Shellfish & Other Aquatic Organisms Data", tabName = "shellfish", icon = icon("fish", lib="font-awesome")),
menuItem("Terrestrial Animal Data", tabName = "animal", icon = icon("paw", lib="font-awesome")),
menuItem("Vegetation Data", tabName = "animal", icon = icon("seedling", lib="font-awesome"))
)
),
dashboardBody(
Expand Down

0 comments on commit 505a3b3

Please sign in to comment.