add vmware utility download link
This commit is contained in:
parent
881c3a6e78
commit
891dd33c71
@ -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}
|
||||
/>
|
||||
>
|
||||
<Link href="/vmware/downloads">
|
||||
<a>» Download VMWare Utility</a>
|
||||
</Link>
|
||||
</ProductDownloader>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user