fix: change button import model on hub page (#2178)
This commit is contained in:
parent
883d631452
commit
95946ab9f2
@ -13,7 +13,7 @@ import {
|
|||||||
} from '@janhq/uikit'
|
} from '@janhq/uikit'
|
||||||
|
|
||||||
import { useAtomValue, useSetAtom } from 'jotai'
|
import { useAtomValue, useSetAtom } from 'jotai'
|
||||||
import { Plus, SearchIcon } from 'lucide-react'
|
import { UploadIcon, SearchIcon } from 'lucide-react'
|
||||||
|
|
||||||
import { FeatureToggleContext } from '@/context/FeatureToggle'
|
import { FeatureToggleContext } from '@/context/FeatureToggle'
|
||||||
|
|
||||||
@ -96,12 +96,12 @@ const ExploreModelsScreen = () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
themes={'primary'}
|
themes="outline"
|
||||||
className="space-x-2"
|
className="gap-2 bg-white"
|
||||||
onClick={onImportModelClick}
|
onClick={onImportModelClick}
|
||||||
>
|
>
|
||||||
<Plus className="h-3 w-3" />
|
<UploadIcon size={16} />
|
||||||
<p>Import Model</p>
|
Import Model
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{experimentalFeature && (
|
{experimentalFeature && (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user