✨(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:
committed by
aleb_the_flash
parent
b8cc21debc
commit
6e81b55403
BIN
src/frontend/public/assets/reactions/folded-hands.png
Normal file
BIN
src/frontend/public/assets/reactions/folded-hands.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user