fix(publishing): replace span with a

pull/884/head
defclass 2020-12-09 10:31:08 +08:00 committed by Tienson Qin
parent ca29a2bc2c
commit f88e5aaaf3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(when current-project
[:div.cp__publishing-pj
[:span.cp__publishing-pj-name current-project]
[:span.cp__publishing-edit
[:a.cp__publishing-edit
{:on-click
(fn [_]
(reset! editor-state :editor))}