From 901be445c49fbc31c913dd3a0d0a2f205fbd8108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=83=A9=E3=82=B8=E3=82=AF=E3=83=BB=E3=83=A9?= =?UTF-8?q?=E3=82=B8=E3=83=A0?= Date: Sat, 31 Dec 2022 22:37:57 +0100 Subject: [PATCH] rename sticky (#98) hopefully closes #97 --- R/app_ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/app_ui.R b/R/app_ui.R index 4ac5526..7d11546 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -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") ),