diff --git a/static/cog.svg b/static/cog.svg new file mode 100644 index 0000000..7bbbce4 --- /dev/null +++ b/static/cog.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/templates/item-info.widget b/templates/item-info.widget index 9fc8cc6..638958c 100644 --- a/templates/item-info.widget +++ b/templates/item-info.widget @@ -88,7 +88,7 @@ HTML: item-info-controls {{> img-button - src = "/pencil.svg" + src = "/cog.svg" title = "edit item info" class = "edit-item-info" action = [| editItemInfo({{{%js item.uid}}}); |] }}