We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a417ad + 7a2f82c commit c2c6148Copy full SHA for c2c6148
src/codes/clj/docs/frontend/panels/dashboards/components.cljs
@@ -5,6 +5,7 @@
5
["@tabler/icons-react" :refer [IconInfoCircle]]
6
[clojure.string :as str]
7
[codes.clj.docs.frontend.adapters.time :as adapters.time]
8
+ [codes.clj.docs.frontend.components.navigation :refer [safe-anchor]]
9
[codes.clj.docs.frontend.infra.helix :refer [defnc]]
10
[helix.core :refer [$]]))
11
@@ -41,7 +42,7 @@
41
42
($ Text {:size "sm"} login " "
43
($ Text {:component "span"}
44
action " "
- ($ Anchor {:href definition-id} definition)
45
+ ($ safe-anchor {:href definition-id} definition)
46
" " ago ".")))))
47
value))))))
48
0 commit comments