File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,24 @@ const view = () => {
1616 label = "Action"
1717 variant = "primary"
1818 size = "md"
19- icon = ""
20- tooltip-content = ""
19+ icon = "circle-plus-outline "
20+ tooltip-content = "Add Action "
2121 append-to-meta = { { elementId : "action" } }
2222 > </ now-button >
2323 < now-button
2424 label = "Menu"
2525 variant = "primary"
2626 size = "md"
27- icon = ""
28- tooltip-content = ""
27+ icon = "circle-plus-outline "
28+ tooltip-content = "Add Menu "
2929 append-to-meta = { { elementId : "menu" } }
3030 > </ now-button >
3131 < now-button
3232 label = "Delete All"
3333 variant = "primary-negative"
3434 size = "md"
35- icon = ""
36- tooltip-content = ""
35+ icon = "trash-outline "
36+ tooltip-content = "Delete All "
3737 append-to-meta = { { elementId : "delete_all" } }
3838 > </ now-button >
3939 </ div >
You can’t perform that action at this time.
0 commit comments