mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-25 11:13:30 +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">
|
||||
{!showReplyForm.isOpen && (
|
||||
<Button onClick={showReplyForm.onOpen} leftIcon={<ReplyIcon />}>
|
||||
Write relay
|
||||
Write reply
|
||||
</Button>
|
||||
)}
|
||||
|
||||
|
Reference in New Issue
Block a user