Skip to content

Commit

Permalink
Update FilteredData.R (#81)
Browse files Browse the repository at this point in the history
update the icon to font awesome 6
  • Loading branch information
Polkas authored Jul 26, 2022
1 parent a187343 commit 067d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/FilteredData.R
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ FilteredData <- R6::R6Class( # nolint
actionLink(
ns("remove_all_filters"),
"",
icon("times-circle", lib = "font-awesome"),
icon("circle-xmark", lib = "font-awesome"),
title = "Remove active filters",
class = "remove_all pull-right"
),
Expand Down

0 comments on commit 067d9b5

Please sign in to comment.