Skip to content

Commit

Permalink
Remove cover objet fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn committed Dec 13, 2024
1 parent cc1c5e9 commit 1be6fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function CountryCard({ country, translations }: CountryCardProps) {
<li>
<Card>
<CardContent className="flex min-w-0 gap-x-4 py-8">
<img className="size-12 flex-none rounded-full object-cover" src={getFlagImageURL(country)} alt="" />
<img className="size-12 flex-none rounded-full" src={getFlagImageURL(country)} alt="" />
<div className="min-w-0 flex-auto">
<Typography weight="medium" size="lg">
{translations.country}
Expand Down

0 comments on commit 1be6fb1

Please sign in to comment.