feat(frontend): link custom preferences in profile editor

This commit is contained in:
sam 2025-02-24 17:13:46 +01:00
parent c8e4078b35
commit 92bf933c10
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,8 @@
<script lang="ts">
import { t } from "$lib/i18n";
</script>
<div class="alert alert-secondary">
{$t("editor.custom-preference-notice")}
<a href="/settings/pref" class="alert-link">{$t("editor.custom-preference-notice-link")}</a>
</div>