Browse Source

Small copy tweaks to prefooter elements

pull/7883/head
Brandon Romano 5 years ago
parent
commit
55d1f4de56
  1. 2
      website/components/enterprise-comparison/consul/index.jsx
  2. 2
      website/components/prefooter-cta/index.jsx

2
website/components/enterprise-comparison/consul/index.jsx

@ -9,7 +9,7 @@ export default function ConsulEnterpriseComparison() {
label: 'Open Source',
imageUrl: require('./img/consul-oss.svg?url'),
description:
'Consul open source enables individuals to discover services and securely manage connections between them across cloud, on-premise, and hybrid environments.',
'Consul Open Source enables individuals to discover services and securely manage connections between them across cloud, on-prem, and hybrid environments.',
link: {
text: 'View Open Source Features',
url: 'https://www.hashicorp.com/products/consul/pricing/',

2
website/components/prefooter-cta/index.jsx

@ -4,7 +4,7 @@ export default function PrefooterCTA() {
return (
<CallToAction
heading="Ready to get started?"
content="Consul open source addresses the technical complexity of managing production services by providing a way to discover, automate, secure and connect applications and networking configurations across distributed infrastructure and clouds."
content="Consul Open Source addresses the technical complexity of managing production services by providing a way to discover, automate, secure and connect applications and networking configurations across distributed infrastructure and clouds."
brand="consul"
links={[
{

Loading…
Cancel
Save