Skip to content

Commit

Permalink
update fontawesome version
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-y committed Nov 15, 2024
1 parent c2abccd commit 299f2ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/shiny_app_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ shiny_app_template <- function(app_name = "WRITE APP NAME HERE",
"# UI",
"ui <- fluidPage(",
"tagList(",
'tags$html(lang = "en"), # Set the language of the page - important for accessibility',
"# Specify most recent fontawesome library - change version as needed",
'tags$style("@import url(https://use.fontawesome.com/releases/v6.1.2/css/all.css);"),',
'tags$style("@import url(https://use.fontawesome.com/releases/v6.6.0/css/all.css);"),',
"navbarPage(",
' id = "intabset", # id used for jumping between tabs',
" title = div(",
Expand Down

0 comments on commit 299f2ef

Please sign in to comment.