From 505a3b334cc242012728d90e6f6bf7b56664d319 Mon Sep 17 00:00:00 2001 From: Geraldine Klarenberg Date: Wed, 21 Aug 2024 15:10:33 -0400 Subject: [PATCH] Added more icons to the menubar on the left --- app.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.R b/app.R index 1d38a62..13da537 100644 --- a/app.R +++ b/app.R @@ -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(