mirror of https://github.com/status-im/consul.git
Fix "Try HCP Consul" utm_source on consul.io (#10947)
* Change utm source to consul_io * revert package-lock
This commit is contained in:
parent
dda8efc612
commit
80452fc201
|
@ -25,7 +25,7 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
|
||||||
external: false,
|
external: false,
|
||||||
title: 'Try HCP Consul',
|
title: 'Try HCP Consul',
|
||||||
url:
|
url:
|
||||||
'https://portal.cloud.hashicorp.com/sign-up?utm_source=docs&utm_content=consul_hero',
|
'https://portal.cloud.hashicorp.com/sign-up?utm_source=consul_io&utm_content=consul_hero',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
external: false,
|
external: false,
|
||||||
|
@ -138,7 +138,7 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
|
||||||
icon: require('./img/kubernetes/logo.svg?include'),
|
icon: require('./img/kubernetes/logo.svg?include'),
|
||||||
title: 'Consul for Kubernetes',
|
title: 'Consul for Kubernetes',
|
||||||
description:
|
description:
|
||||||
"Consul service mesh works on any Kubernetes distribution, connects multiple clusters, and supports VM-based applications. Consul CRDs provide a self-service, Kubernetes native workflow to manage traffic patterns and permissions in the mesh.",
|
'Consul service mesh works on any Kubernetes distribution, connects multiple clusters, and supports VM-based applications. Consul CRDs provide a self-service, Kubernetes native workflow to manage traffic patterns and permissions in the mesh.',
|
||||||
eyebrow: 'Tutorial',
|
eyebrow: 'Tutorial',
|
||||||
link: {
|
link: {
|
||||||
text: 'Get Started with Consul on Kubernetes',
|
text: 'Get Started with Consul on Kubernetes',
|
||||||
|
|
Loading…
Reference in New Issue