fix(header): remove duplicated items

pull/884/head
defclass 2020-12-08 18:21:00 +08:00 committed by Tienson Qin
parent ba57929c46
commit c8b3dd516c
1 changed files with 0 additions and 6 deletions

View File

@ -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}