mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/settings: update analytics text & add a link to more info
This commit is contained in:
7
web/src/components/misc/OuterLink.svelte
Normal file
7
web/src/components/misc/OuterLink.svelte
Normal file
@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
export let href: string;
|
||||
</script>
|
||||
|
||||
<a target="_blank" rel="noopener noreferrer" {href}>
|
||||
<slot></slot>
|
||||
</a>
|
Reference in New Issue
Block a user