(frontend) add prayer hands emoji reaction

Implement new 🙏 reaction in response to user requests for more diverse
emotional expression options.

Requested by a beta user.
This commit is contained in:
lebaudantoine
2025-05-15 15:40:27 +02:00
committed by aleb_the_flash
parent b8cc21debc
commit 6e81b55403
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -23,6 +23,7 @@ export enum Emoji {
LAUGHING = 'face-with-tears-of-joy',
SURPRISED = 'face-with-open-mouth',
CELEBRATION = 'party-popper',
PLEASE = 'folded-hands',
}
export interface Reaction {
@@ -121,7 +122,7 @@ export const ReactionsToggle = () => {
className={css({
position: 'absolute',
top: -63,
left: -139,
left: -162,
borderRadius: '8px',
padding: '0.35rem',
backgroundColor: 'primaryDark.50',