UX: update "Rebuild-HTML" icon (#11296)

This commit is contained in:
Arpit Jalan 2020-11-20 09:09:18 +05:30 committed by GitHub
parent 1157ff8116
commit c244214fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export function buildManageButtons(attrs, currentUser, siteSettings) {
if (attrs.canManage) {
contents.push({
icon: "cog",
icon: "sync-alt",
label: "post.controls.rebake",
action: "rebakePost",
className: "popup-menu-button rebuild-html",