Re-work relays page

This commit is contained in:
Jon Staab
2024-10-03 11:49:52 -07:00
parent 9834a31511
commit 73a9b46f91
12 changed files with 259 additions and 91 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
export let props = {}
</script>
<div class="modal-box" transition:fly={{duration: 100}}>
<div class="modal-box bg-alt" transition:fly={{duration: 100}}>
<svelte:component this={component} {...props} />
</div>