Skip to content

Commit

Permalink
Merge pull request #1055 from proditis/master
Browse files Browse the repository at this point in the history
use the new icon
  • Loading branch information
proditis authored Nov 18, 2023
2 parents e065592 + e076c01 commit a260483
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/modules/frontend/views/team/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[
'attribute'=>'logo',
'filter'=>false,
'format'=>['image',['width'=>'40','height'=>'40']],
'format'=>['image',['width'=>'40','height'=>'40', 'class'=>'rounded-circle bg-dark shadow']],
'value'=>function($model){
if($model->logo)
return '//'.Yii::$app->sys->offense_domain.'/images/avatars/team/'.$model->logo;
Expand Down
Binary file removed frontend/team_player.png
Binary file not shown.
Binary file modified frontend/web/images/team_player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a260483

Please sign in to comment.