Skip to content

Commit ae8523c

Browse files
committed
fix(workbench): drop the not-yet-live openkb.ai website link from About
The About tab linked a "Website openkb.ai" that does not exist yet; remove the link entry and its i18n key (both locales). The Globe icon stays (still used by the Vectify AI company link). Claude-Session: https://claude.ai/code/session_01XMxbhmAkxxVV8CFWCZDBaG
1 parent eb8f4db commit ae8523c

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/src/components/AboutTab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { getMeta } from '@/api/meta'
55

66
// Labels resolve at render time via `t(\`about.links.${id}\`)`; href/icon are code.
77
const LINKS: { id: string; href: string; icon: typeof Globe }[] = [
8-
{ id: 'site', href: 'https://openkb.ai', icon: Globe },
98
{ id: 'repo', href: 'https://github.com/VectifyAI/OpenKB', icon: Github },
109
{ id: 'pageindex', href: 'https://github.com/VectifyAI/PageIndex', icon: Github },
1110
{ id: 'docs', href: 'https://docs.pageindex.ai', icon: BookOpen },

frontend/src/locales/en/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
},
2727
"about": {
2828
"links": {
29-
"site": "Website openkb.ai",
3029
"repo": "GitHub repo",
3130
"pageindex": "PageIndex (retrieval engine)",
3231
"docs": "Docs docs.pageindex.ai",

frontend/src/locales/zh/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
},
2727
"about": {
2828
"links": {
29-
"site": "官网 openkb.ai",
3029
"repo": "GitHub 仓库",
3130
"pageindex": "PageIndex(底层检索引擎)",
3231
"docs": "文档 docs.pageindex.ai",

0 commit comments

Comments
 (0)