From 7235f540bc726d99f49aa58f61897d8bab110b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Iturra?= Date: Sat, 7 Jun 2025 13:33:22 -0400 Subject: [PATCH 1/2] rename icon sqaure-terminal not found. --- navigation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation.mdx b/navigation.mdx index 7263ad89..01a1009c 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -167,7 +167,7 @@ While not required, we highly recommend that you set an `icon` field as well. }, { "anchor": "API References", - "icon": "sqaure-terminal", + "icon": "square-terminal", "pages": [ "api-reference/get", "api-reference/post", @@ -516,4 +516,4 @@ This way, you can create a very complex navigation structure that is easy to man } ``` - \ No newline at end of file + From b11914611533c93c3b19ee60b5b54360b3f517d7 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:39:45 -0700 Subject: [PATCH 2/2] fix icon name --- navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation.mdx b/navigation.mdx index 01a1009c..22cbd614 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -236,7 +236,7 @@ While not required, we also recommend that you set an icon for each dropdown ite } { "dropdown": "API References", - "icon": "sqaure-terminal", + "icon": "square-terminal", "pages": [ "api-reference/get", "api-reference/post",