fix(publishing): replace span with a

This commit is contained in:
defclass
2020-12-09 10:31:08 +08:00
committed by Tienson Qin
parent ca29a2bc2c
commit f88e5aaaf3

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