Skip to content

Commit

Permalink
[QA-1892] Fix aggressive emoji (#10816)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Dec 20, 2024
1 parent 0a2c916 commit 4ade1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/utils/Moods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const moodMap: Record<Mood, JSX.Element> = {
<Flex alignItems='center' gap='xs'>
Aggressive{' '}
<i
className='emoji serious-Flex-with-symbols-covering-mouth'
className='emoji serious-face-with-symbols-covering-mouth'
style={{ marginBottom: 0 }}
/>
</Flex>
Expand Down

0 comments on commit 4ade1a8

Please sign in to comment.