Skip to content

Commit

Permalink
fix: preview & send buttons on WP 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Oct 24, 2024
1 parent 562d396 commit 49450d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/send-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default compose( [
}

return (
<Fragment>
<div style={{ display: 'flex' }}>
<PreviewHTMLButton />
<Button
className="editor-post-publish-button"
Expand Down Expand Up @@ -366,7 +366,7 @@ export default compose( [
</div>
</Modal>
) }
</Fragment>
</div>
);
}
);

0 comments on commit 49450d3

Please sign in to comment.