diff --git a/projects/website/src/components/country-flag.tsx b/projects/website/src/components/country-flag.tsx index f27ab21..723db2d 100644 --- a/projects/website/src/components/country-flag.tsx +++ b/projects/website/src/components/country-flag.tsx @@ -10,8 +10,7 @@ export default function CountryFlag({ code, size = 24 }: Props) { alt="Player Country" src={`/assets/flags/${code.toLowerCase()}.png`} width={size * 2} - height={size} - className={`w-[${size * 2}px] h-[${size}px] object-contain`} + className={`w-[${size * 2}px] object-contain`} /> ); } diff --git a/projects/website/src/components/ranking/player-ranking.tsx b/projects/website/src/components/ranking/player-ranking.tsx index 4ceeaee..dbdea3e 100644 --- a/projects/website/src/components/ranking/player-ranking.tsx +++ b/projects/website/src/components/ranking/player-ranking.tsx @@ -34,7 +34,7 @@ export function PlayerRanking({ player, isCountry }: PlayerRankingProps) { src={`https://img.fascinated.cc/upload/w_128,h_128/${player.profilePicture}`} /> - +