Updated to work with live site Added components from somewhere fixed some css background image
This commit is contained in:
parent
faf1fb29b8
commit
a046f7c3f2
16 changed files with 885 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue