Skip to content

Commit

Permalink
Update R/init.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: Vedha Viyash <[email protected]>
  • Loading branch information
vedhav and m7pr authored Jan 13, 2025
1 parent c652693 commit 858c1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ init <- function(data,
modify_title <- function(
app,
title = "teal app",
favicon = "https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png") {
favicon = "https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png"
) {
res <- app
res$ui <- function(request) {
title_tag <- tags$div(
Expand Down

0 comments on commit 858c1a7

Please sign in to comment.