Skip to content

Commit

Permalink
add pkgdown URL to app title; make navbar panels collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgpanw committed Apr 26, 2024
1 parent 17dde0b commit deb4938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,10 @@ endpoint_tab_panels <- gtexr_functions_metadata$fn_family |>

ui <-
navbarPage(
"GTExR",
title = tags$a(href = "https://rmgpanw.github.io/gtexr/", "GTExR", style = "text-decoration: none; color: black;"),
!!!endpoint_tab_panels,
theme = bslib::bs_theme(bootswatch = "lumen"),
collapsible = TRUE,
selected = "GTEx Portal API Info"
)

Expand Down

0 comments on commit deb4938

Please sign in to comment.