From 11af5267e58b858309a9700eba0780cc978ed031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=A1ez?= Date: Wed, 7 Aug 2024 20:32:07 -0300 Subject: [PATCH] chore: search for api (#23) --- src/components/Sidebar/SidebarList.tsx | 4 +++- src/locales/en/ui.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/SidebarList.tsx b/src/components/Sidebar/SidebarList.tsx index e2b8949..0c5c299 100644 --- a/src/components/Sidebar/SidebarList.tsx +++ b/src/components/Sidebar/SidebarList.tsx @@ -46,7 +46,9 @@ export const SidebarList = component$( <> { diff --git a/src/locales/en/ui.ts b/src/locales/en/ui.ts index a3efb31..fb7da6e 100644 --- a/src/locales/en/ui.ts +++ b/src/locales/en/ui.ts @@ -3,7 +3,7 @@ export const englishLocales = { "home": "Home", "playground": "Playground", "guides": "Guides", - "refdoc": "Reference Docs", + "refdoc": "API Docs", "blog": "Blog", }, "guides": {