|
|
|
@ -50,7 +50,7 @@ export const TournamentInfo = ({ |
|
|
|
<Wrapper> |
|
|
|
<Wrapper> |
|
|
|
<StyledName nameObj={tournament} className='title' prefix={prefix} /> |
|
|
|
<StyledName nameObj={tournament} className='title' prefix={prefix} /> |
|
|
|
<ItemInfo> |
|
|
|
<ItemInfo> |
|
|
|
{isIcon && <SportIcon sport={tournament.sport} />} |
|
|
|
{isIcon && <SportIcon size={isMobileDevice ? 10 : '0.65rem'} sport={tournament.sport} />} |
|
|
|
<Flag src={`https://instatscout.com/images/flags/48/${tournament.country.id}.png`} /> |
|
|
|
<Flag src={`https://instatscout.com/images/flags/48/${tournament.country.id}.png`} /> |
|
|
|
<TeamOrCountry nameObj={tournament.country} /> |
|
|
|
<TeamOrCountry nameObj={tournament.country} /> |
|
|
|
</ItemInfo> |
|
|
|
</ItemInfo> |
|
|
|
|