From 891dd33c718e684ffb03a5f896bad4af76038f75 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Thu, 28 May 2020 12:56:39 -0400 Subject: [PATCH] add vmware utility download link --- website/pages/downloads/index.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index d71704333..92ae02e07 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -3,6 +3,7 @@ import { VERSION } from 'data/version.json' import ProductDownloader from '@hashicorp/react-product-downloader' import Head from 'next/head' import HashiHead from '@hashicorp/react-head' +import Link from 'next/link' export default function DownloadsPage({ downloadData }) { return ( @@ -12,7 +13,11 @@ export default function DownloadsPage({ downloadData }) { product="Vagrant" version={VERSION} downloads={downloadData} - /> + > + + » Download VMWare Utility + + ) }