File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,19 @@ app_ui <- function(request) {
175175 )
176176 ), # END Contact Us nav_panel
177177
178+ # ################################################################################
179+ # ############################### Fisheye Homepage ###############################
180+ # ################################################################################
181+
182+ bslib :: nav_item(
183+ tags $ a(
184+ href = " https://connect.fisheries.noaa.gov/fisheye/fisheyelandingpage.html" ,
185+ target = " _blank" , # open in new tab
186+ class = " nav-link" , # required for navbar styling
187+ " FISHEyE Homepage"
188+ )
189+ ), # END Fisheye Homepage Link
190+
178191 footer = footer() # footer
179192 ) # END page_navbar
180193 ) # END tagList
Original file line number Diff line number Diff line change 22# To deploy, run: rsconnect::deployApp()
33# Or use the blue button on top of this file
44
5- pkgload :: load_all(export_all = FALSE ,helpers = FALSE ,attach_testthat = FALSE )
5+ # pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
66options( " golem.app.prod" = TRUE )
77purcprod :: run_app() # add parameters here (if any)
You can’t perform that action at this time.
0 commit comments