Proposal: Remove SVGs from JSX #382

Merged
enjikaka merged 9 commits from svg-proposal into main 2023-03-03 11:18:28 +00:00
Showing only changes of commit 3fbdaa77f2 - Show all commits

View File

@ -236,7 +236,7 @@ export default function Layout() {
{!shouldHideNoteCreator && (
<>
<button className="note-create-button" type="button" onClick={() => setShow(!show)}>
<Icon name="plus" />
<Icon name="plus" size={16} />
</button>
<NoteCreator replyTo={undefined} autoFocus={true} show={show} setShow={setShow} />
</>