Browse Source

fix(header): remove duplicated items

defclass 5 years ago
parent
commit
c8b3dd516c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/frontend/components/header.cljs

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

@@ -92,12 +92,6 @@
                          :target "_blank"}
                :icon svg/external-link}))
 
-          (when (and logged? current-repo)
-            {:title (t :export)
-             :options {:on-click (fn []
-                                   (export/export-repo-as-html! current-repo))}
-             :icon nil})
-
           {:title (t :settings)
            :options {:href (rfe/href :settings)}
            :icon svg/settings-sm}