mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
change icon to ThreadPlus
This commit is contained in:
parent
1bba6af561
commit
1a9de5e69c
1 changed files with 1 additions and 1 deletions
|
|
@ -934,7 +934,7 @@ export const Message = as<'div', MessageProps>(
|
||||||
size="300"
|
size="300"
|
||||||
radii="300"
|
radii="300"
|
||||||
>
|
>
|
||||||
<Icon src={Icons.Message} size="100" />
|
<Icon src={Icons.ThreadPlus} size="100" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)}
|
)}
|
||||||
{canEditEvent(mx, mEvent) && onEditId && (
|
{canEditEvent(mx, mEvent) && onEditId && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue