Work on mobile layout

This commit is contained in:
Jon Staab
2024-10-09 14:19:27 -07:00
parent 6ef291d755
commit 05b320cd98
16 changed files with 213 additions and 101 deletions
@@ -0,0 +1,11 @@
<script lang="ts">
import {deriveRelay} from '@welshman/app'
export let url
const relay = deriveRelay(url)
</script>
{#if $relay?.profile?.description}
<p>{$relay?.profile.description}</p>
{/if}