Skip to content

Commit 72c577a

Browse files
author
Hanzo AI
committed
fix(shell): stop linking VS Code and Changelog — neither exists to link to
1 parent 940e258 commit 72c577a

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

pkgs/ui/shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/shell",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"description": "Unified Hanzo shell — HanzoHeader (flat + rich Products mega-menu), HanzoAppHeader, MeetHanzoMenu, ProductsMegaMenu, HanzoFooter, HanzoPreFooterCTA, AskHanzo, HanzoAppBar/Launcher + the canonical surface registry",
55
"source": "src/index.ts",
66
"files": [

pkgs/ui/shell/src/hanzo-apps.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ export const HANZO_APPS: HanzoApp[] = [
185185
// ── Install ──
186186
{ id: 'desktop', label: 'Desktop', href: U.desktop, description: 'Desktop app', icon: MonitorIcon, category: 'Install' },
187187
{ id: 'extension', label: 'Browser', href: U.extension, description: 'Browser extension', icon: PuzzleIcon, category: 'Install' },
188-
{ id: 'vscode', label: 'VS Code', href: U.vscode, description: 'VS Code extension', icon: CodeIcon, category: 'Install' },
189188
{ id: 'cli', label: 'CLI', href: U.cli, description: 'Command-line interface', icon: TerminalIcon, category: 'Install' },
190189

191190
// ── Account ──

pkgs/ui/shell/src/hanzo-registry.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export const U = {
127127
// Install
128128
desktop: 'https://hanzo.ai/desktop',
129129
extension: 'https://hanzo.ai/extension',
130-
vscode: 'https://hanzo.ai/vscode',
131130
cli: 'https://hanzo.ai/cli',
132131
sdks: 'https://hanzo.ai/sdks',
133132
downloads: 'https://hanzo.ai/download',
@@ -143,7 +142,6 @@ export const U = {
143142
// owns the feed + its moderation. (Replaces the old hanzo.ai/showcase, which was
144143
// just the hero chat re-skinned.)
145144
community: 'https://hanzo.app/community',
146-
changelog: 'https://hanzo.ai/changelog',
147145
research: 'https://hanzo.ai/research',
148146
status: 'https://status.hanzo.ai',
149147
support: 'https://hanzo.ai/support',
@@ -224,7 +222,6 @@ export const MEET_HANZO_GROUPS: MeetHanzoGroup[] = [
224222
items: [
225223
{ id: 'desktop', label: 'Desktop app', href: U.desktop },
226224
{ id: 'extension', label: 'Browser extension', href: U.extension },
227-
{ id: 'vscode', label: 'VS Code', href: U.vscode },
228225
{ id: 'cli', label: 'Hanzo CLI', href: U.cli },
229226
{ id: 'sdks', label: 'SDKs', href: U.sdks },
230227
{ id: 'downloads', label: 'All downloads', href: U.downloads },
@@ -238,7 +235,6 @@ export const MEET_HANZO_GROUPS: MeetHanzoGroup[] = [
238235
{ id: 'quickstarts', label: 'Quickstarts', href: U.quickstarts },
239236
{ id: 'learn', label: 'Learn', href: U.learn },
240237
{ id: 'community', label: 'Community', href: U.community },
241-
{ id: 'changelog', label: 'Changelog', href: U.changelog },
242238
{ id: 'status', label: 'Status', href: U.status },
243239
{ id: 'support', label: 'Support', href: U.support },
244240
],
@@ -451,7 +447,6 @@ export const HANZO_FOOTER_COLUMNS: FooterColumn[] = [
451447
items: [
452448
{ id: 'desktop', label: 'Desktop app', href: U.desktop },
453449
{ id: 'extension', label: 'Browser extension', href: U.extension },
454-
{ id: 'vscode', label: 'VS Code', href: U.vscode },
455450
{ id: 'cli', label: 'Hanzo CLI', href: U.cli },
456451
{ id: 'sdks', label: 'SDKs', href: U.sdks },
457452
{ id: 'downloads', label: 'All downloads', href: U.downloads },
@@ -475,7 +470,6 @@ export const HANZO_FOOTER_COLUMNS: FooterColumn[] = [
475470
{ id: 'quickstarts', label: 'Quickstarts', href: U.quickstarts },
476471
{ id: 'learn', label: 'Learn', href: U.learn },
477472
{ id: 'community', label: 'Community', href: U.community },
478-
{ id: 'changelog', label: 'Changelog', href: U.changelog },
479473
{ id: 'research', label: 'Research', href: U.research },
480474
{ id: 'support', label: 'Support', href: U.support },
481475
],

0 commit comments

Comments
 (0)