diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx index 9d233e1..ed5f2f2 100644 --- a/src/pages/network/SecondaryFeatures.tsx +++ b/src/pages/network/SecondaryFeatures.tsx @@ -191,11 +191,11 @@ export function SecondaryFeatures() {
{/* ✅ Top horizontal line with spacing */} -
-
+
+
- +
FEATURES

@@ -212,7 +212,7 @@ export function SecondaryFeatures() { {features.map((feature) => (
  • @@ -224,8 +224,8 @@ export function SecondaryFeatures() { {/* ✅ Bottom horizontal line with spacing */} -
    -
    +
    +
  • ) }