fix a couple typos (#11343)
This commit is contained in:
parent
996f114ad7
commit
873f5edd2c
|
@ -43,7 +43,7 @@ export default function DownloadsPage({ releases }) {
|
|||
productId={productSlug}
|
||||
latestVersion={VERSION}
|
||||
changelog={changelogUrl}
|
||||
getStartedDescription="Follow step-by-step tutorials on the essentials of Nomad."
|
||||
getStartedDescription="Follow step-by-step tutorials on the essentials of Vault."
|
||||
getStartedLinks={[
|
||||
{
|
||||
label: 'Getting Started with the CLI',
|
||||
|
@ -68,7 +68,7 @@ export default function DownloadsPage({ releases }) {
|
|||
logo={
|
||||
<img
|
||||
className={s.logo}
|
||||
alt="Nomad"
|
||||
alt="Vault"
|
||||
src={require('./img/vault-logo.svg')}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue