recognize reactions

This commit is contained in:
Jon Staab
2024-08-23 14:42:50 -07:00
parent f12e7ef77c
commit 6722bd8493
8 changed files with 73 additions and 20 deletions
+3 -1
View File
@@ -70,7 +70,9 @@
<div class="badge badge-neutral">{displayRelayUrl(url)}</div>
{/each}
</div>
<p class="py-4 text-sm">{group.about}</p>
{#if group.about}
<p class="py-4 text-sm">{group.about}</p>
{/if}
</div>
</a>
</Masonry>