We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cac2ea + 4f9a757 commit 2c5b0f2Copy full SHA for 2c5b0f2
src/components/CardAboutShelter/CardAboutShelter.tsx
@@ -24,7 +24,6 @@ const CardAboutShelter = (props: ICardAboutShelter) => {
24
<div className="flex flex-col flex-wrap gap-3">
25
<InfoRow icon={<Home />} label={shelter.address} />
26
<InfoRow
27
- className=""
28
icon={<PawPrint />}
29
label={
30
check(shelter.petFriendly) ? (
0 commit comments