File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,9 +128,7 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
128128 title = { t ( 'index.products.graphNode.title' ) }
129129 description = { t ( 'index.products.graphNode.description' ) }
130130 cta = {
131- < ExperimentalLink href = "/indexing/graph-node/" >
132- { t ( 'index.products.graphNode.cta' ) }
133- </ ExperimentalLink >
131+ < ExperimentalLink href = "/indexing/graph-node/" > { t ( 'index.products.graphNode.cta' ) } </ ExperimentalLink >
134132 }
135133 icon = {
136134 < div className = "flex size-8 items-center justify-center rounded-4 bg-space-1400 text-white" >
@@ -141,11 +139,7 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
141139 < Card
142140 title = { t ( 'index.products.firehose.title' ) }
143141 description = { t ( 'index.products.firehose.description' ) }
144- cta = {
145- < ExperimentalLink href = "/indexing/firehose/" >
146- { t ( 'index.products.firehose.cta' ) }
147- </ ExperimentalLink >
148- }
142+ cta = { < ExperimentalLink href = "/indexing/firehose/" > { t ( 'index.products.firehose.cta' ) } </ ExperimentalLink > }
149143 icon = {
150144 < div className = "flex size-8 items-center justify-center rounded-4 bg-space-1400 text-white" >
151145 < Firehose size = { 4 } />
You can’t perform that action at this time.
0 commit comments