Browse Source

chore(sync): hiding login&file-sync icon currently

rcmerci 3 years ago
parent
commit
6537eb9672
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/frontend/components/header.cljs

+ 2 - 0
src/main/frontend/components/header.cljs

@@ -38,6 +38,8 @@
                    (route-handler/go-to-journals!))}
      (ui/icon "home" {:style {:fontSize ui/icon-size}})]))
 
+(def hiding-login&file-sync true)
+
 (rum/defc login < rum/reactive
   []
   (let [_ (state/sub :auth/id-token)]