diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 4d0888b..773e120 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -62,46 +62,52 @@ export default function Header(props) { Ecosystem Roadmap - + Documentation
{docs.map((item) => ( -
- {item.name} -
+ +
+ {item.name} +
+
))}
- + Connect
{socials.map((item) => ( -
- {item.name} -
+ +
+ {item.name} +
+
))}
- + Explorers
{explorers.map((item) => ( -
- {item.name} -
+ +
+ {item.name} +
+
))}
@@ -199,4 +205,4 @@ export default function Header(props) { ) -} \ No newline at end of file +}