WIP
This commit is contained in:
11
src/atoms/LinkChange.svelte
Normal file
11
src/atoms/LinkChange.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export let href = '#'
|
||||
export let text = ''
|
||||
</script>
|
||||
|
||||
<a href={href} class="link-change">
|
||||
{text}
|
||||
<span class="icon">
|
||||
<slot></slot>
|
||||
</span>
|
||||
</a>
|
||||
Reference in New Issue
Block a user