Skip to content

Commit

Permalink
change model run message
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonEdwards committed Jun 14, 2021
1 parent c133769 commit 4545f0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ui <- dashboardPage(
dashboardSidebar(
sidebarMenu(
menuItem("Project Overview", tabName = "overview"),
menuItem("Removal *", tabName = "removal"),
menuItem("Removal", tabName = "removal"),
menuSubItem("Species Overview", tabName = "rem-sp"),
menuSubItem("Availability (p) Curves", tabName = "p"),
menuItem("Distance", tabName = "distance"),
Expand All @@ -67,9 +67,7 @@ ui <- dashboardPage(
label = "Species",
choices = unique(tau_1$Species),
selected = unique(tau_1$Species)[1]),
h5("Models Run: 18 March 2021"),
h5("* Removal results are as of"),
h5("14 January 2021 run")
h5("Models Run: 8 June 2021")
)
),

Expand Down

0 comments on commit 4545f0c

Please sign in to comment.