diff --git a/.DS_Store b/.DS_Store index ac395b4..69ac4dc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/components/card/Card.jsx b/src/components/card/Card.jsx index d0da14f..008fdfb 100644 --- a/src/components/card/Card.jsx +++ b/src/components/card/Card.jsx @@ -7,7 +7,12 @@ import './card.css'; const Card = ({ name, place, image, startDate, endDate }) => { const [imgError, setImgError] = useState(false); return ( -