Use outline dollarsign_circle icon for Sales tab
All checks were successful
Deploy stAndrews / deploy (push) Successful in 43s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 43s
This commit is contained in:
@@ -70,7 +70,7 @@ create_ui <- function() {
|
||||
f7PanelItem(
|
||||
tabName = "Sales",
|
||||
title = "Sales",
|
||||
icon = f7Icon("dollarsign_circle_fill")
|
||||
icon = f7Icon("dollarsign_circle")
|
||||
),
|
||||
f7PanelItem(
|
||||
tabName = "Resources",
|
||||
@@ -189,7 +189,7 @@ create_ui <- function() {
|
||||
f7Tab(
|
||||
title = "Sales",
|
||||
tabName = "Sales",
|
||||
icon = f7Icon("dollarsign_circle_fill"),
|
||||
icon = f7Icon("dollarsign_circle"),
|
||||
f7Card(
|
||||
title = "Map:",
|
||||
divider = TRUE,
|
||||
|
||||
Reference in New Issue
Block a user