Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kawasima committed Aug 30, 2016
2 parents 93e1677 + 873a888 commit 97053fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<source>bin/console</source>
<outputDirectory>bin</outputDirectory>
</file>
<file>
<source>bin/console.bat</source>
<outputDirectory>bin</outputDirectory>
</file>
<file>
<source>VERSION</source>
</file>
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/job_streamer/console/components/root.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
(om/build system-error-view app {:react-key "error"})
(list
[:div.ui.fixed.inverted.teal.menu
[:div.header.item [:img.ui.image {:alt "JobStreamer" :src "img/logo.png"}]]
[:div.header.item [:a {:href "#/" } [:img.ui.image {:alt "JobStreamer" :src "img/logo.png"}]]]
(om/build right-menu-view app {:opts {:stats-channel stats-channel
:jobs-channel jobs-channel
:react-key "menu"}})]
Expand Down

0 comments on commit 97053fd

Please sign in to comment.