Skip to content

Commit

Permalink
fixed icon name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrederickson committed Jul 10, 2013
1 parent a736308 commit 28b9cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/contents/calendar/_render_grid.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="grid-item with-shadow">
<i class="ficon-calendar icon-4x orange"></i>
<i class="icon-calendar icon-4x orange"></i>
</div>
2 changes: 1 addition & 1 deletion app/views/contents/calendar/_tab_icon.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<i class="ficon-calendar"></i>
<i class="icon-calendar"></i>

0 comments on commit 28b9cdd

Please sign in to comment.