mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-10 21:03:39 +02:00
fix typo
This commit is contained in:
@@ -30,7 +30,7 @@ export const ThreadPost = ({ post, initShowReplies, focusId }: ThreadItemProps)
|
|||||||
<ButtonGroup variant="link" size="sm" alignSelf="flex-start">
|
<ButtonGroup variant="link" size="sm" alignSelf="flex-start">
|
||||||
{!showReplyForm.isOpen && (
|
{!showReplyForm.isOpen && (
|
||||||
<Button onClick={showReplyForm.onOpen} leftIcon={<ReplyIcon />}>
|
<Button onClick={showReplyForm.onOpen} leftIcon={<ReplyIcon />}>
|
||||||
Write relay
|
Write reply
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user