This commit is contained in:
Jon Staab
2024-10-17 16:03:50 -07:00
parent 2f561149fa
commit fd5b0a9af3
33 changed files with 129 additions and 140 deletions
+2 -2
View File
@@ -24,10 +24,10 @@
<div class="flex flex-col gap-2 {$$props.class}">
{#if muted}
<div class="flex justify-between items-center">
<div class="flex items-center justify-between">
<div class="row-2 relative">
<Icon icon="danger" class="mt-1" />
<p>You have muted this person.<p>
<p>You have muted this person.</p>
</div>
<Button class="link ml-8" on:click={ignoreMute}>Show anyway</Button>
</div>