diff --git a/apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/ecosystem-header.client.tsx b/apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/ecosystem-header.client.tsx index b0d2e316263..c3d9c306098 100644 --- a/apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/ecosystem-header.client.tsx +++ b/apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/ecosystem-header.client.tsx @@ -165,11 +165,23 @@ export function EcosystemHeader(props: { {!ecosystem.slug ? ( ) : ( -
-

- ecosystem.{ecosystem.slug} -

- +
+
+

+ ecosystem.{ecosystem.slug} +

+ +
+
+ + {`${ecosystem.slug}.ecosystem.thirdweb.com`} + +
)}