feat: simplify site & improve design, add initial character images

This commit is contained in:
Julian Tölle 2023-03-26 19:53:54 +02:00
parent 677604ae90
commit d64bc021f2
13 changed files with 101 additions and 94 deletions

View file

@ -1,8 +0,0 @@
<script lang="ts">
export let actor: string;
export let role: string;
</script>
<div>
<span>{role}</span> - <span>{actor}</span>
</div>