mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-08 02:37:01 +00:00
feat: simplify design & add further attributions
This commit is contained in:
parent
d64bc021f2
commit
5b8a5d06be
10 changed files with 89 additions and 39 deletions
9
src/lib/major-actor.svelte
Normal file
9
src/lib/major-actor.svelte
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
export let actor: string;
|
||||
export let role: string;
|
||||
</script>
|
||||
|
||||
<div class="text-xl my-3 md:my-0">
|
||||
<div class="font-vinque">{role}</div>
|
||||
<div>{actor}</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue