From 607a31e96d894c0ad236d1009badd9229637f15d Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 15 Oct 2025 15:42:17 +0200 Subject: [PATCH] refactor: update DevHub component styling with bordered feature cards and code bracket icons --- src/components/DevHub.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/DevHub.tsx b/src/components/DevHub.tsx index 72eacfd..e91667d 100644 --- a/src/components/DevHub.tsx +++ b/src/components/DevHub.tsx @@ -1,4 +1,4 @@ -import { CheckIcon } from '@heroicons/react/20/solid' +import { CodeBracketIcon } from '@heroicons/react/24/outline' const features = [ { @@ -21,21 +21,26 @@ export function DevHub() {

Get Started

-

+

Developer Hub

-

+

Our Developer Hub is a resource center for developers looking to build on top of Mycelium. Join our Developers community on telegram to get started.

-
+
{features.map((feature) => ( -
-
-
-
{feature.description}
+
+
+
+
{feature.description}
))}