feat: add comment

This commit is contained in:
Nevo David 2024-07-07 14:11:49 +07:00
parent f0ff07b7bf
commit 3b112bf0aa
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const AddPostButton: FC<{ onClick: () => void; num: number }> = (
/>
</svg>
</div>
<div>Add post</div>
<div>Add comment</div>
</Button>
);
};