Skip to content

Commit 9df3334

Browse files
committed
adding FISHEyE Hompage link in navbar
1 parent 6f3fa23 commit 9df3334

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

R/app_ui.R

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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)
66
options( "golem.app.prod" = TRUE)
77
purcprod::run_app() # add parameters here (if any)

0 commit comments

Comments
 (0)