[Patchew-devel] [PATCH] maintainers: nicer icon for "mark as merged"

Paolo Bonzini posted 1 patch 2 years, 1 month ago
mods/maintainer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Patchew-devel] [PATCH] maintainers: nicer icon for "mark as merged"
Posted by Paolo Bonzini 2 years, 1 month ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 mods/maintainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mods/maintainer.py b/mods/maintainer.py
index ea01e73..af85f14 100644
--- a/mods/maintainer.py
+++ b/mods/maintainer.py
@@ -256,7 +256,7 @@ class MaintainerModule(PatchewModule):
                     "url": reverse(
                         "mark-as-merged", kwargs={"message_id": message.message_id}
                     ),
-                    "icon": "check",
+                    "icon": "code-branch fa-flip-vertical",
                     "title": "Mark series as merged",
                 }
             )
-- 
2.34.1

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/patchew-devel