avatr contain

This commit is contained in:
yohlo
2025-09-26 12:55:04 -05:00
parent ea6656aa33
commit 39053cadaa
9 changed files with 20 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ const TournamentList = ({ tournaments, loading = false }: TournamentListProps) =
radius="sm"
size={40}
name={tournament.name}
contain
src={
tournament.logo
? `/api/files/tournaments/${tournament.id}/${tournament.logo}`