Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
7
src/components/Link.svelte
Normal file
7
src/components/Link.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
let { href = "https://www.example.com", children } = $props();
|
||||
</script>
|
||||
|
||||
<a {href} target="_blank" rel="noopener noreferrer" class="underline">
|
||||
{@render children()}
|
||||
</a>
|
||||
Reference in New Issue
Block a user