Fix mismatched quotes in JSX strings

This commit is contained in:
Michael Lange 2020-12-10 12:04:11 -08:00
parent 7210556b03
commit 0b0921ba6c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default function Homepage() {
{
title: 'Deploy and Scale with Ease',
content:
'Deploy to bare metal with the same ease as in cloud environments. Scale globally without complexity. Read <a href='https://www.hashicorp.com/c2m'>the 2 Million Container Challenge</a>.',
'Deploy to bare metal with the same ease as in cloud environments. Scale globally without complexity. Read <a href="https://www.hashicorp.com/c2m">the 2 Million Container Challenge</a>.',
icon: require('./img/why-nomad/servers.svg'),
},
{