mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 20:54:09 +00:00
fix: remove repeated icon
This commit is contained in:
@@ -223,15 +223,7 @@
|
||||
(state/pub-event! [:go/search]))}
|
||||
(ui/icon "search" {:size ui/icon-size})])))
|
||||
|
||||
(when (mobile-util/native-platform?)
|
||||
(if (or (state/home?) custom-home-page?)
|
||||
left-menu
|
||||
(ui/with-shortcut :go/backward "bottom"
|
||||
[:button.it.navigation.nav-left.button.icon.opacity-70
|
||||
{:title "Go back" :on-click #(js/window.history.back)}
|
||||
(ui/icon "chevron-left" {:size 26})])))
|
||||
|
||||
(when (state/feature-http-server-enabled?)
|
||||
(when (state/feature-http-server-enabled?)
|
||||
(server/server-indicator (state/sub :electron/server)))]]
|
||||
|
||||
[:div.r.flex.drag-region
|
||||
|
||||
Reference in New Issue
Block a user