Update src/components/Notes/NoteSubmit.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m1s

This commit is contained in:
freakoverse 2025-02-14 22:48:58 +00:00
parent ad527a986d
commit 6bb6fa9859

View File

@ -96,7 +96,6 @@ export const NoteSubmit = ({
onChange={handleContentChange}
/>
</div>
{showPreview && <NotePreview content={content} />}
<div className='feedPostsPostInsideAction'>
<div
className='inputLabelWrapperMain inputLabelWrapperMainAlt'
@ -145,6 +144,7 @@ export const NoteSubmit = ({
</button>
</div>
</div>
{showPreview && <NotePreview content={content} />}
</div>
</form>
</>