Skip to content

Commit 8cfee73

Browse files
authored
docs: update terms on 360 to match (#7057)
1 parent 9da0309 commit 8cfee73

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/web/docs/src/components/ecosystem-management/ecosystem-illustration.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function EcosystemIllustration(props: { className?: string }) {
113113
<span className={styles.smHidden}>Hive</span> Gateway
114114
</>
115115
}
116-
description="Gateway"
116+
description="GraphQL Router"
117117
edges={[1, 4, 5]}
118118
highlightedEdge={highlightedEdge}
119119
onHighlight={onHighlightNode}
@@ -131,8 +131,12 @@ export function EcosystemIllustration(props: { className?: string }) {
131131
</Edge>
132132
<Node
133133
className="h-[var(--big-node-h)] w-[var(--node-w)] flex-col text-center"
134-
title="Hive"
135-
description="Registry and CDN"
134+
title={
135+
<>
136+
<span className={styles.smHidden}>Hive</span> Console
137+
</>
138+
}
139+
description="Schema Registry and CDN"
136140
edges={[3, 4, 6]}
137141
highlightedEdge={highlightedEdge}
138142
onHighlight={onHighlightNode}
@@ -183,7 +187,7 @@ export function EcosystemIllustration(props: { className?: string }) {
183187
<Node
184188
title="Client"
185189
description={
186-
<span className="[@media(max-width:1438px)]:hidden">GraphQL client of choice</span>
190+
<span className="[@media(max-width:1438px)]:hidden">GraphQL Client of Choice</span>
187191
}
188192
edges={[1, 2]}
189193
highlightedEdge={highlightedEdge}

0 commit comments

Comments
 (0)