Skip to content

Commit

Permalink
fix: Ensure space rendering in menu item titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r authored and tiensonqin committed May 29, 2023
1 parent f98ee65 commit 607345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/plugins.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath (str root "/preferences.json")))}}
{:title [:span.flex.items-center (ui/icon "bug") "Open " [:code " ~/.logseq"]]
{:title [:span.flex.items-center (ui/icon "bug") "Open\u00A0" [:code "~/.logseq"]]
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath root))}}]))
Expand Down

0 comments on commit 607345f

Please sign in to comment.