bump
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-04-20 17:09:04 -05:00
parent 82f8a12e27
commit b83360db35
48 changed files with 6079 additions and 49 deletions

View File

@@ -187,15 +187,17 @@ export function MessageActionBar({
>
<Smiley size={20} />
</button>
<button
type="button"
className={styles.button}
onClick={onReply}
aria-label="Reply"
title="Reply"
>
<ArrowBendUpLeft size={20} />
</button>
{onReply && (
<button
type="button"
className={styles.button}
onClick={onReply}
aria-label="Reply"
title="Reply"
>
<ArrowBendUpLeft size={20} />
</button>
)}
{isOwnMessage && onEdit && (
<button
type="button"