feat: custom emoji

This commit is contained in:
codytseng 2025-08-22 21:05:44 +08:00
parent 481d6a1447
commit 71d4420604
46 changed files with 885 additions and 176 deletions

View file

@ -53,8 +53,7 @@ export default function ReactionList({ event }: { event: Event }) {
<Emoji
emoji={like.emoji}
classNames={{
text: 'text-xl',
img: 'size-5'
text: 'text-xl'
}}
/>
</div>