Skip to content

Commit

Permalink
Merge pull request #23 from agenius-mohammed-ali/update-icons
Browse files Browse the repository at this point in the history
update fontawsome icons
  • Loading branch information
agenius-mohammed-ali authored Dec 2, 2021
2 parents 3691b50 + 0e82c73 commit 48b5cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/downloadFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ downloadFileButton <- function(id,
shinyBS::bsButton(
inputId = ns("downloadFileList"),
label = NULL,
icon = shiny::icon("files-o", lib = "font-awesome"),
icon = shiny::icon("copy", lib = "font-awesome"),
type = "action",
class = "dropdown-toggle periscope-download-btn",
`data-toggle` = "dropdown",
Expand Down
2 changes: 1 addition & 1 deletion R/fw_helpers_internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
side_basic_label = "Basic",
side_advanced = .g_sidebar_default_value,
side_advanced_label = "Advanced",
sidebar_right_icon = "gears"
sidebar_right_icon = "cogs"
)

# reset app options
Expand Down

0 comments on commit 48b5cf4

Please sign in to comment.