UX: update "Rebuild-HTML" icon (#11296)
This commit is contained in:
parent
1157ff8116
commit
c244214fe5
|
@ -141,7 +141,7 @@ export function buildManageButtons(attrs, currentUser, siteSettings) {
|
||||||
|
|
||||||
if (attrs.canManage) {
|
if (attrs.canManage) {
|
||||||
contents.push({
|
contents.push({
|
||||||
icon: "cog",
|
icon: "sync-alt",
|
||||||
label: "post.controls.rebake",
|
label: "post.controls.rebake",
|
||||||
action: "rebakePost",
|
action: "rebakePost",
|
||||||
className: "popup-menu-button rebuild-html",
|
className: "popup-menu-button rebuild-html",
|
||||||
|
|
Loading…
Reference in New Issue