Skip to content

Commit

Permalink
fix: intuitive default undone icon (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas authored Oct 11, 2024
1 parent afc9a37 commit 13d1d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/concealer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ module.config.public = {
render = module.public.icon_renderers.on_left,
},
undone = {
icon = "×",
icon = " ",
nodes = { "todo_item_undone" },
render = module.public.icon_renderers.on_left,
},
Expand Down

0 comments on commit 13d1d54

Please sign in to comment.