enhance: setup screen redirect to hub (#5061)
This commit is contained in:
parent
434abaaca6
commit
dde4e97d8b
@ -30,11 +30,13 @@ function SetupScreen() {
|
||||
<div className="flex gap-4 flex-col">
|
||||
<Card
|
||||
header={
|
||||
<Link to={route.hub}>
|
||||
<div>
|
||||
<h1 className="text-main-view-fg font-medium text-base">
|
||||
Setup Local Model
|
||||
Set up local model
|
||||
</h1>
|
||||
</div>
|
||||
</Link>
|
||||
}
|
||||
></Card>
|
||||
<Card
|
||||
@ -49,7 +51,7 @@ function SetupScreen() {
|
||||
}}
|
||||
>
|
||||
<h1 className="text-main-view-fg font-medium text-base">
|
||||
Setup Remote Provider
|
||||
Set up remote provider
|
||||
</h1>
|
||||
</Link>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user