Skip to content

Commit

Permalink
Rescale app type icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nrudenko committed Mar 16, 2015
1 parent f17fc2c commit 1002cc3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified anarchoAppFront/app/images/droid_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified anarchoAppFront/app/images/ios_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion anarchoAppFront/app/views/apps_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div ng-repeat="a in apps">
<a href="#/apps/{{ a.app_key }}">
<div class="list-group-item app-item-container">
<div class="btn-default list-group-item app-item-container">
<img icon-src="{{ a.icon_url }}" class="app-icon">
<img app-type-icon="{{a.app_type}}" class="app-label-icon">

Expand Down

0 comments on commit 1002cc3

Please sign in to comment.