Jelajahi Sumber

Fix #6965 caused by button unable to handle href (#6982)

This was introduced in #5663
Gabriel Horner 3 tahun lalu
induk
melakukan
c030ba3d03
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/main/frontend/components/header.cljs

+ 1 - 1
src/main/frontend/components/header.cljs

@@ -227,7 +227,7 @@
             (t :on-boarding/add-graph)])])
 
       (when config/publishing?
-        [:button.text-sm.font-medium.button {:href (rfe/href :graph)}
+        [:a.text-sm.font-medium.button {:href (rfe/href :graph)}
          (t :graph)])
 
       (dropdown-menu {:t            t