mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
temporarily remove download HTML
This commit is contained in:
parent
9cd12a7609
commit
b7253b7fd5
1 changed files with 6 additions and 5 deletions
|
@ -130,11 +130,12 @@
|
|||
[:span.title "Download project"]
|
||||
[:p.info "Download all pages as svg in a zip file."]
|
||||
[:a.btn-primary {:href "#" :on-click download-zip} "Download project"]]
|
||||
[:div.content-col
|
||||
[:span.icon i/file-html]
|
||||
[:span.title "Download as HTML"]
|
||||
[:p.info "Download your project as HTML files."]
|
||||
[:a.btn-primary {:href "#" :on-click download-html} "Download HTML"]]]
|
||||
; [:div.content-col
|
||||
; [:span.icon i/file-html]
|
||||
; [:span.title "Download as HTML"]
|
||||
; [:p.info "Download your project as HTML files."]
|
||||
; [:a.btn-primary {:href "#" :on-click download-html} "Download HTML"]]
|
||||
]
|
||||
[:a.close {:href "#" :on-click on-close} i/close]])))
|
||||
|
||||
(defmethod lbx/render-lightbox :download
|
||||
|
|
Loading…
Add table
Reference in a new issue