Skip to content

Commit feb7ace

Browse files
authored
Update navigation.mdx
changed topbarCTA -> topbarCtaButton
1 parent 120e2e8 commit feb7ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/navigation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ field.
215215
<img className="block rounded-md" src="/images/topbar-cta-get-started.png" />
216216
</Frame>
217217

218-
The `topbarCTA` field supports the following fields: `name`, `url`, and `type`.
218+
The `topbarCtaButton` field supports the following fields: `name`, `url`, and `type`.
219219

220220
```json
221-
"topbarCTA": {
221+
"topbarCtaButton": {
222222
"name": "Get Started",
223223
"url": "https://mintlify.com/get-started"
224224
}

0 commit comments

Comments
 (0)