From 5f52ebd6b06d35eb4e94039151c0f8ca1ef3cecd Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Fri, 10 May 2024 10:10:40 -0400 Subject: [PATCH] Update R/tags.R Co-authored-by: Garrick Aden-Buie --- R/tags.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tags.R b/R/tags.R index 9dc99640..8848b393 100644 --- a/R/tags.R +++ b/R/tags.R @@ -268,7 +268,7 @@ normalizeText <- function(text) { #' @examples #' tagList( #' h1("Title"), -#' h2("Header text", style = "text-align: center;"), +#' h2("Header text", style = "color: red;"), #' p("Text here") #' ) tagList <- function(...) {