Update HomePage navigation button to link to 'components-models' and change button label to '配置模型'
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user