Feed feedback and fixes #231

Merged
enes merged 22 commits from feat/131-feed-issues into staging 2025-02-21 14:06:33 +00:00
Showing only changes of commit b8c43421f6 - Show all commits

View File

@ -46,7 +46,7 @@ export const NoteQuoteRepostPopup = ({
Quote repost this? Quote repost this?
</label> </label>
<NoteSubmit <NoteSubmit
initialContent={`\n\n:${content}`} initialContent={`\n\n${content}`}
handleClose={handleClose} handleClose={handleClose}
/> />
</div> </div>