From a01601c1554b47d9b6a4191171392273e5500826 Mon Sep 17 00:00:00 2001 From: Malini Date: Wed, 29 Oct 2025 15:42:22 +0530 Subject: [PATCH] rearrange the icons name --- .../components/survey/EstablishmentInfo/EstablishmentInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => (