Skip to content

Commit

Permalink
Add favicon (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV authored Jan 12, 2022
1 parent b5a89a3 commit cba75d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ ui <- fluidPage(
.shiny-output-error-validation {
color: green; font-size: 300%;
}
"))#This is for the error messages.
")),
tags$link(rel = "icon", type = "image/png", href = "favicon.png")#This is for the error messages.
), # Google analytics.
#theme = bs_theme(fg = "#F9FBFA", bootswatch = "cyborg", bg = "#060606"),
theme = shinytheme("cyborg"), # Change this for other themes
Expand Down
Binary file added inst/shiny/www/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cba75d1

Please sign in to comment.