diff --git a/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx b/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx index 51c6545..cbe0b8d 100644 --- a/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx +++ b/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import CaretDown from '../../../assets/images/CaretDown.svg'; +import CaretDown from '../../../assets/images/caretdown.svg'; import BackVendor from '../../../assets/images/backvector.svg'; const Field = ({ label, placeholder = '', type = 'text', value = '', onChange = () => {}, disabled = false }) => (