Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Oct 21, 2024
1 parent 255c5a7 commit 76be9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/match2/wikis/clashroyale/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ function CustomMatchSummary._opponentCardsDisplay(args)
:addClass('brkts-champion-icon')
:node(CharacterIcon.Icon{
character = card,
date = date
date = date,
size = '48px'
})
)
end
Expand Down

0 comments on commit 76be9ea

Please sign in to comment.