Skip to content

Commit

Permalink
update make icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cooper authored and Justin Cooper committed Apr 10, 2013
1 parent c39c152 commit 3860b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/occ_editor.js
Expand Up @@ -43,7 +43,7 @@
'<span class="debug-status">Initializing...</a>' +
'</p>',
"editor_bar_run_link": '<a href="" class="run-file"><i class="icon-play"></i> Run</a>',
"editor_bar_make_link": '<a href="" class="make-file"><i class="icon-play"></i> Make</a>',
"editor_bar_make_link": '<a href="" class="make-file"><i class="icon-wrench"></i> Make</a>',
"editor_bar_git_link": '<a href="" class="git-file"><i class="icon-cloud"></i> Commit and Push</a>',
"editor_bar_debug_link": '<a href="" class="debug-file"><i class="icon-debug"></i> Debug</a>',
"editor_bar_trace_link": '<a href="" class="trace-file"><i class="icon-sitemap"></i> Visualize</a>',
Expand Down

0 comments on commit 3860b44

Please sign in to comment.