Update HomePage navigation button to link to 'components-models' and change button label to '配置模型'

This commit is contained in:
Xin Wang
2026-06-05 16:39:11 +08:00
parent 64706b61d5
commit 66e75fa856

View File

@@ -54,10 +54,10 @@ export function HomePage({ onNavigate }: HomePageProps) {
variant="outline" variant="outline"
size="lg" size="lg"
className="gap-2 border-hairline-strong text-foreground hover:bg-surface-strong" className="gap-2 border-hairline-strong text-foreground hover:bg-surface-strong"
onClick={() => onNavigate("components")} onClick={() => onNavigate("components-models")}
> >
<Boxes size={17} /> <Boxes size={17} />
</Button> </Button>
</div> </div>
</div> </div>