fix country flag size being inconsistent
All checks were successful
Deploy Website / deploy (push) Successful in 4m6s
All checks were successful
Deploy Website / deploy (push) Successful in 4m6s
This commit is contained in:
@ -34,7 +34,7 @@ export function PlayerRanking({ player, isCountry }: PlayerRankingProps) {
|
||||
src={`https://img.fascinated.cc/upload/w_128,h_128/${player.profilePicture}`}
|
||||
/>
|
||||
</Avatar>
|
||||
<CountryFlag code={player.country} size={14} />
|
||||
<CountryFlag code={player.country} size={12} />
|
||||
<Link className="transform-gpu transition-all hover:text-blue-500" href={`/player/${player.id}`}>
|
||||
<p
|
||||
className={
|
||||
|
Reference in New Issue
Block a user