feat: temporary link how to import model

This commit is contained in:
Faisal Amir 2023-12-25 18:44:32 +07:00
parent 6bba08453f
commit 4cd7466659

View File

@ -58,17 +58,28 @@ const ExploreModelsScreen = () => {
className="w-full object-cover" className="w-full object-cover"
/> />
<div className="absolute left-1/2 top-1/2 w-1/3 -translate-x-1/2 -translate-y-1/2"> <div className="absolute left-1/2 top-1/2 w-1/3 -translate-x-1/2 -translate-y-1/2">
<SearchIcon <div className="relative">
size={20} <SearchIcon
className="absolute left-2 top-1/2 -translate-y-1/2 text-muted-foreground" size={20}
/> className="absolute left-2 top-1/2 -translate-y-1/2 text-muted-foreground"
<Input />
placeholder="Search models" <Input
className="bg-white pl-9 dark:bg-background" placeholder="Search models"
onChange={(e) => { className="bg-white pl-9 dark:bg-background"
setsearchValue(e.target.value) onChange={(e) => {
}} setsearchValue(e.target.value)
/> }}
/>
</div>
<div className="mt-2 text-center">
<a
href="https://jan.ai/guides/using-models/import-manually/"
target="_blank"
className="font-semibold text-white underline"
>
How to manually import models
</a>
</div>
</div> </div>
</div> </div>
<div className="mx-auto w-4/5 py-6"> <div className="mx-auto w-4/5 py-6">