From 67b976b4d23997ba0d5c6f64f828b911436a64d3 Mon Sep 17 00:00:00 2001 From: pasqualevitiello Date: Tue, 13 Jun 2023 09:52:26 +0200 Subject: [PATCH] fix minor issue --- CHANGELOG.md | 4 ++ components/features.tsx | 114 +++++++++++++++++++++------------------- 2 files changed, 65 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a089e4173..7c536dfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG.md +## [2.2.1] - 2023-06-13 + +Fix minor issue + ## [2.2.0] - 2023-05-31 Update dependencies and fix some issues diff --git a/components/features.tsx b/components/features.tsx index 9ab614094..6cf54c1ed 100644 --- a/components/features.tsx +++ b/components/features.tsx @@ -96,59 +96,67 @@ export default function Features() { {/* Tabs items */} -
-
- {/* Item 1 */} - -
- Features bg - Element -
-
- {/* Item 2 */} - -
- Features bg - Element -
-
- {/* Item 3 */} - -
- Features bg - Element -
-
+
+
+
+ {/* Item 1 */} + heightFix()} + unmount={false} + > +
+ Features bg + Element +
+
+ {/* Item 2 */} + heightFix()} + unmount={false} + > +
+ Features bg + Element +
+
+ {/* Item 3 */} + heightFix()} + unmount={false} + > +
+ Features bg + Element +
+
+