Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent 8e4ad57 commit ff480f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/module_teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ NULL
ui_teal <- function(id, modules) {
checkmate::assert_character(id, max.len = 1, any.missing = FALSE)
title <- tags$head(
tags$title("teal app"),
tags$link(
rel = "icon",
href = "https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png",
sizes = "any"
)
tags$title("teal app"),
tags$link(
rel = "icon",
href = "https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png",
sizes = "any"
)
)
header <- tags$p()
footer <- tags$p()
ns <- NS(id)
Expand Down

0 comments on commit ff480f9

Please sign in to comment.