Skip to content

Commit

Permalink
Fixed icon set to white in main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 19, 2013
1 parent 981ff2b commit 44ba90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</li>
<li{{ (Request::is('admin/licenses*') ? ' class="active"><div class="pointer"><div class="arrow"></div><div class="arrow_border"></div></div>' : '>') }}
<a href="{{ URL::to('admin/licenses') }}">
<i class="icon-certificate icon-white"></i>
<i class="icon-certificate"></i>
<span>Licenses</span>
</a>
</li>
Expand Down

0 comments on commit 44ba90f

Please sign in to comment.