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 1a5a891 + 1596ea0 commit a671b07Copy full SHA for a671b07
src/cljs/athens/views/right_sidebar.cljs
@@ -245,9 +245,9 @@
245
^{:key uid}
246
[:article (use-style sidebar-item-style)
247
[:header (use-style sidebar-item-heading-style {:class (when open "is-open")})
248
- [:> Button {:style sidebar-item-toggle-style
249
- :on-click #(dispatch [:right-sidebar/toggle-item uid])
250
- :class (when open "is-open")}
+ [:> Button (use-style sidebar-item-toggle-style
+ {:on-click #(dispatch [:right-sidebar/toggle-item uid])
+ :class (when open "is-open")})
251
[:> ChevronRight]]
252
[:h2
253
(cond
0 commit comments