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": {