feat: add comment
This commit is contained in:
parent
f0ff07b7bf
commit
3b112bf0aa
|
|
@ -34,7 +34,7 @@ export const AddPostButton: FC<{ onClick: () => void; num: number }> = (
|
|||
/>
|
||||
</svg>
|
||||
</div>
|
||||
<div>Add post</div>
|
||||
<div>Add comment</div>
|
||||
</Button>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue