Use outline dollarsign_circle icon for Sales tab
All checks were successful
Deploy stAndrews / deploy (push) Successful in 34s

This commit is contained in:
2026-03-13 12:41:01 -04:00
parent b115ee1158
commit ce209d8898

View File

@@ -70,7 +70,7 @@ create_ui <- function() {
f7PanelItem( f7PanelItem(
tabName = "Sales", tabName = "Sales",
title = "Sales", title = "Sales",
icon = f7Icon("creditcard_fill") icon = f7Icon("money_dollar")
), ),
f7PanelItem( f7PanelItem(
tabName = "Resources", tabName = "Resources",
@@ -189,7 +189,7 @@ create_ui <- function() {
f7Tab( f7Tab(
title = "Sales", title = "Sales",
tabName = "Sales", tabName = "Sales",
icon = f7Icon("creditcard_fill"), icon = f7Icon("money_dollar"),
f7Card( f7Card(
title = "Map:", title = "Map:",
divider = TRUE, divider = TRUE,