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