From 5e362d6965db42d870c5361b585fae906828efb8 Mon Sep 17 00:00:00 2001 From: chenchen Date: Mon, 18 May 2026 22:27:28 +0800 Subject: [PATCH] feat: remove API terminal demo from Manager home page --- .../default/src/features/home/components/sections/hero.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/heicode/web/default/src/features/home/components/sections/hero.tsx b/heicode/web/default/src/features/home/components/sections/hero.tsx index 1fbc338..22ed0d5 100644 --- a/heicode/web/default/src/features/home/components/sections/hero.tsx +++ b/heicode/web/default/src/features/home/components/sections/hero.tsx @@ -3,7 +3,6 @@ import { ArrowRight } from 'lucide-react' import { useTranslation } from 'react-i18next' import { useSystemConfig } from '@/hooks/use-system-config' import { Button } from '@/components/ui/button' -import { HeroTerminalDemo } from '../hero-terminal-demo' interface HeroProps { className?: string @@ -76,12 +75,6 @@ export function Hero(props: HeroProps) { -
- -
) }