diff --git a/src/components/kyl_leftSidebar.jsx b/src/components/kyl_leftSidebar.jsx
index 65cfb170..01393c35 100644
--- a/src/components/kyl_leftSidebar.jsx
+++ b/src/components/kyl_leftSidebar.jsx
@@ -25,7 +25,8 @@ const KYLLeftSidebar = ({
getPatternsForSubcategory,
patternSelections,
handlePatternSelection,
- isPatternSelected
+ isPatternSelected,
+ onOpenPatternIntensityMap
}) => {
// State to track active tab (Patterns or Filters)
const [activeTab, setActiveTab] = useState('Filters');
@@ -204,6 +205,15 @@ const KYLLeftSidebar = ({
Click to Know More About Patterns
+
+
{/* Main Category Buttons (Agriculture, Livelihood) */}
{getAllPatternTypes && getAllPatternTypes().map((category) => (
diff --git a/src/components/kyl_rightSidebar.jsx b/src/components/kyl_rightSidebar.jsx
index a3998413..671e6b50 100644
--- a/src/components/kyl_rightSidebar.jsx
+++ b/src/components/kyl_rightSidebar.jsx
@@ -325,7 +325,7 @@ const toggleConnectivity = () => {
-