chore: fix engine description hyperlink display

This commit is contained in:
Louis 2025-01-16 10:29:06 +07:00
parent 63c938e2f5
commit 91e0ca1263
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -217,8 +217,14 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]"> <div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
<p> <p>
Choose the default variant that best suited for your Choose the default variant that best suited for your
hardware. See [our hardware. See&nbsp;
guides](https://jan.ai/docs/local-engines/llama-cpp). <a
href="https://jan.ai/docs/local-engines/llama-cpp"
className="cursor-pointer text-blue-600 dark:text-blue-400"
target="_blank"
>
our guides.
</a>
</p> </p>
</div> </div>
</div> </div>