0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 02:23:09 -05:00

fix(web): Open huggingface.co link on settings page in new tab (#16470)

fix(web): Open huggingface on settings page in new tab
This commit is contained in:
Lukas Jost 2025-03-02 00:02:56 +01:00 committed by GitHub
parent 506d2d0f81
commit 6cc1978b2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@
<p class="immich-form-label pb-2 text-sm">
<FormatMessage key="admin.machine_learning_clip_model_description">
{#snippet children({ message })}
<a href="https://huggingface.co/immich-app"><u>{message}</u></a>
<a target="_blank" href="https://huggingface.co/immich-app"><u>{message}</u></a>
{/snippet}
</FormatMessage>
</p>