Skip to content

Commit 4748bbb

Browse files
authored
Merge pull request #4463 from janhq/chore/fix-engine-description-hyperlink
chore: fix engine description hyperlink display
2 parents 63c938e + 91e0ca1 commit 4748bbb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

web/screens/Settings/Engines/LocalEngineSettings.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,14 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
217217
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
218218
<p>
219219
Choose the default variant that best suited for your
220-
hardware. See [our
221-
guides](https://jan.ai/docs/local-engines/llama-cpp).
220+
hardware. See&nbsp;
221+
<a
222+
href="https://jan.ai/docs/local-engines/llama-cpp"
223+
className="cursor-pointer text-blue-600 dark:text-blue-400"
224+
target="_blank"
225+
>
226+
our guides.
227+
</a>
222228
</p>
223229
</div>
224230
</div>

0 commit comments

Comments
 (0)