Fix some alerts stuff

This commit is contained in:
Jon Staab
2025-11-03 11:10:16 -08:00
parent b1c68972c9
commit 42a550788a
4 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -339,7 +339,7 @@
{/snippet}
{#snippet action()}
<div class="row-2">
{#if $userIsAdmin || true}
{#if $userIsAdmin}
<Button
class="btn btn-neutral btn-sm tooltip tooltip-left"
data-tip="Edit room information"
@@ -456,7 +456,7 @@
<!-- pass -->
{:else if $room.isRestricted && $membershipStatus !== MembershipStatus.Granted}
<div class="bg-alt card m-4 flex flex-row items-center justify-between px-4 py-3">
<p>Only members are allowed to post to this room.</p>
<p class="opacity-75">Only members are allowed to post to this room.</p>
{#if !$room.isClosed}
{#if $membershipStatus === MembershipStatus.Pending}
<Button class="btn btn-neutral btn-sm" disabled={leaving} onclick={leave}>