File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/web/docs/src/components/ecosystem-management Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export function EcosystemIllustration(props: { className?: string }) {
113
113
< span className = { styles . smHidden } > Hive</ span > Gateway
114
114
</ >
115
115
}
116
- description = "Gateway "
116
+ description = "GraphQL Router "
117
117
edges = { [ 1 , 4 , 5 ] }
118
118
highlightedEdge = { highlightedEdge }
119
119
onHighlight = { onHighlightNode }
@@ -131,8 +131,12 @@ export function EcosystemIllustration(props: { className?: string }) {
131
131
</ Edge >
132
132
< Node
133
133
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"
136
140
edges = { [ 3 , 4 , 6 ] }
137
141
highlightedEdge = { highlightedEdge }
138
142
onHighlight = { onHighlightNode }
@@ -183,7 +187,7 @@ export function EcosystemIllustration(props: { className?: string }) {
183
187
< Node
184
188
title = "Client"
185
189
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 >
187
191
}
188
192
edges = { [ 1 , 2 ] }
189
193
highlightedEdge = { highlightedEdge }
You can’t perform that action at this time.
0 commit comments