From 1db41d904ff55726fb5db86eef7e275b8b59fae5 Mon Sep 17 00:00:00 2001 From: Anjali Jay Jain <116294517+JayJ104@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:21:46 -0800 Subject: [PATCH] dropdown options fixed --- src/components/dropDown/dropDown.jsx | 5 ++--- src/styles/components/dropDown/dropDown.module.scss | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/dropDown/dropDown.jsx b/src/components/dropDown/dropDown.jsx index ec2ec0a..a7dfd09 100644 --- a/src/components/dropDown/dropDown.jsx +++ b/src/components/dropDown/dropDown.jsx @@ -75,13 +75,12 @@ export default function LangDropDown() { {locales.map((language, index) => (