web/settings: update analytics text & add a link to more info

This commit is contained in:
wukko
2024-07-14 21:51:56 +06:00
parent f582be5d44
commit 9f649ff1db
3 changed files with 27 additions and 7 deletions

View File

@ -0,0 +1,7 @@
<script lang="ts">
export let href: string;
</script>
<a target="_blank" rel="noopener noreferrer" {href}>
<slot></slot>
</a>