mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-29 11:12:12 +01:00
commit
7b2638d816
@ -46,7 +46,7 @@ export default function EmbeddedEmojiPack({ pack, ...props }: Omit<CardProps, "c
|
||||
{emojis.length > 0 && (
|
||||
<Flex mb="2" wrap="wrap" gap="2">
|
||||
{emojis.map(({ name, url }) => (
|
||||
<Image key={name + url} src={url} title={name} w={8} h={8} />
|
||||
<Image key={name + url} src={url} title={name} alt={`:${name}:`} w={8} h={8} />
|
||||
))}
|
||||
</Flex>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user