Skip to content

Commit 35c999e

Browse files
rename icon (#798)
* rename icon sqaure-terminal not found. * fix icon name --------- Co-authored-by: Ethan Palm <[email protected]>
1 parent 9aabde0 commit 35c999e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

navigation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ While not required, we highly recommend that you set an `icon` field as well.
167167
},
168168
{
169169
"anchor": "API References",
170-
"icon": "sqaure-terminal",
170+
"icon": "square-terminal",
171171
"pages": [
172172
"api-reference/get",
173173
"api-reference/post",
@@ -236,7 +236,7 @@ While not required, we also recommend that you set an icon for each dropdown ite
236236
}
237237
{
238238
"dropdown": "API References",
239-
"icon": "sqaure-terminal",
239+
"icon": "square-terminal",
240240
"pages": [
241241
"api-reference/get",
242242
"api-reference/post",
@@ -516,4 +516,4 @@ This way, you can create a very complex navigation structure that is easy to man
516516
}
517517
```
518518

519-
</CodeGroup>
519+
</CodeGroup>

0 commit comments

Comments
 (0)