Updated to work with live site Added components from somewhere fixed some css background image

This commit is contained in:
Ben Parsons 2020-08-20 19:56:24 +10:00
commit a046f7c3f2
16 changed files with 885 additions and 4 deletions

View file

@ -1,6 +1,7 @@
<script>
export let name = "%USER%";
export let icon;
export let onClick;
</script>
<style>
@ -18,4 +19,4 @@
</style>
<a href="404"> <img src="/user.svg"> </a>
<a on:click={onClick} href="404"> <img src="/user.svg"> </a>