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,6 +58,7 @@ 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">
<div className="relative">
<SearchIcon <SearchIcon
size={20} size={20}
className="absolute left-2 top-1/2 -translate-y-1/2 text-muted-foreground" className="absolute left-2 top-1/2 -translate-y-1/2 text-muted-foreground"
@ -70,6 +71,16 @@ const ExploreModelsScreen = () => {
}} }}
/> />
</div> </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 className="mx-auto w-4/5 py-6"> <div className="mx-auto w-4/5 py-6">
<div className="flex items-center justify-end"> <div className="flex items-center justify-end">