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}
))}