Skip to content

Commit

Permalink
Merge pull request #11731 from nanaya/team-logo-size
Browse files Browse the repository at this point in the history
Account for retina size team flag
  • Loading branch information
notbakaneko authored Dec 20, 2024
2 parents 79a6ee3 + ee668b1 commit 59fc6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Team.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function logo(): Uploader
'teams/logo',
$this,
'logo_file',
['image' => ['maxDimensions' => [256, 128]]],
['image' => ['maxDimensions' => [512, 256]]],
);
}
}

0 comments on commit 59fc6c1

Please sign in to comment.