Skip to content

Commit

Permalink
rename sticky (#98)
Browse files Browse the repository at this point in the history
hopefully closes #97
  • Loading branch information
hlageek authored Dec 31, 2022
1 parent 5eb985d commit 901be44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app_ui_setup <- function(request) {
dropdownBlock2(
id = "btn-memo",
badgeStatus = NULL,
icon = shiny::icon("sticky-note-o", verify_fa = FALSE),
icon = shiny::icon("sticky-note", verify_fa = FALSE),
mod_memo_ui("memo_ui_1")
) %>% tagAppendAttributes(class = "memo")
),
Expand Down

0 comments on commit 901be44

Please sign in to comment.