Skip to content

Commit a260483

Browse files
authored
Merge pull request #1055 from proditis/master
use the new icon
2 parents e065592 + e076c01 commit a260483

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

backend/modules/frontend/views/team/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[
3838
'attribute'=>'logo',
3939
'filter'=>false,
40-
'format'=>['image',['width'=>'40','height'=>'40']],
40+
'format'=>['image',['width'=>'40','height'=>'40', 'class'=>'rounded-circle bg-dark shadow']],
4141
'value'=>function($model){
4242
if($model->logo)
4343
return '//'.Yii::$app->sys->offense_domain.'/images/avatars/team/'.$model->logo;

frontend/team_player.png

-117 KB
Binary file not shown.
7.9 KB
Loading

0 commit comments

Comments
 (0)