Skip to content

Commit

Permalink
#28 Added mailto link for feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
STENBRO authored and STENBRO committed Jan 3, 2019
1 parent e4df503 commit 84ed6c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cse_client/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
[:a.item {:class (when (= route-module module) :active)
:key module
:href (k/path-for [:module {:module module}])} module])
modules)]))
modules)
(when loaded?
[:div.ui.divider])
[:a.item {:href "mailto:[email protected]?subject=Feedback to CSE Team"} "Provide feedback"]]))

(defn realtime-button []
(if @(rf/subscribe [:realtime?])
Expand Down

0 comments on commit 84ed6c2

Please sign in to comment.