This commit is contained in:
2020-02-13 22:24:28 +01:00
parent 9b0c154f61
commit ef23d90eb6
60 changed files with 1665 additions and 930 deletions

View 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>