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(
|
f7PanelItem(
|
||||||
tabName = "Sales",
|
tabName = "Sales",
|
||||||
title = "Sales",
|
title = "Sales",
|
||||||
icon = f7Icon("dollarsign_circle_fill")
|
icon = f7Icon("dollarsign_circle")
|
||||||
),
|
),
|
||||||
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("dollarsign_circle_fill"),
|
icon = f7Icon("dollarsign_circle"),
|
||||||
f7Card(
|
f7Card(
|
||||||
title = "Map:",
|
title = "Map:",
|
||||||
divider = TRUE,
|
divider = TRUE,
|
||||||
|
|||||||
Reference in New Issue
Block a user