From dbdd28d552023b9318077005a680dacb9783f496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 23 Feb 2026 07:50:03 +0100 Subject: [PATCH] feat: move unit search input inside the converter card - Relocate SearchUnits from a standalone position to inside the main converter card - Add a subtle border-b separator for visual clarity within the card content --- components/units/converter/MainConverter.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/units/converter/MainConverter.tsx b/components/units/converter/MainConverter.tsx index 903563f..af0b62c 100644 --- a/components/units/converter/MainConverter.tsx +++ b/components/units/converter/MainConverter.tsx @@ -118,11 +118,6 @@ export default function MainConverter() { onSelectUnit={handleSearchSelect} /> - {/* Search */} -
- -
- {/* Main Converter Card */} @@ -146,7 +141,12 @@ export default function MainConverter() { - + + {/* Quick Search */} +
+ +
+