diff --git a/frontend/src/lib/i18n/en.json b/frontend/src/lib/i18n/en.json
index e808847..ddb8ad7 100644
--- a/frontend/src/lib/i18n/en.json
+++ b/frontend/src/lib/i18n/en.json
@@ -806,6 +806,7 @@
"headersInvalid": "Invalid JSON",
"language": "Language",
"theme": "Theme",
+ "apiDocs": "API Docs",
"light": "Light",
"dark": "Dark",
"system": "System",
diff --git a/frontend/src/lib/i18n/ru.json b/frontend/src/lib/i18n/ru.json
index dff4bc0..cd48bef 100644
--- a/frontend/src/lib/i18n/ru.json
+++ b/frontend/src/lib/i18n/ru.json
@@ -806,6 +806,7 @@
"headersInvalid": "Невалидный JSON",
"language": "Язык",
"theme": "Тема",
+ "apiDocs": "API Docs",
"light": "Светлая",
"dark": "Тёмная",
"system": "Системная",
diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte
index 00ddcd7..2a20224 100644
--- a/frontend/src/routes/+layout.svelte
+++ b/frontend/src/routes/+layout.svelte
@@ -354,19 +354,6 @@
-
-
-
-
-
{#if allProviders.length > 1}
@@ -386,6 +373,19 @@
{/if}
+
+
+
+
+