Skip to content
Snippets Groups Projects
Commit 9d1e4aa3 authored by Maz Ameli's avatar Maz Ameli Committed by Kyle Doherty
Browse files

add pencil icon to formatting action group (#8582)

parent 1768373a
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ const SECTIONS = {
auto: {
icon: "bolt",
},
Formatting: {
icon: "pencil",
},
};
// give them indexes so we can sort the sections by the above ordering (JS objects are ordered)
Object.values(SECTIONS).map((section, index) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment