Skip to content

Commit

Permalink
Post Summary: Move PostTemplatePanel below Link and Author (#62137)
Browse files Browse the repository at this point in the history
Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
  • Loading branch information
3 people authored May 30, 2024
1 parent a902fa7 commit e108d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/sidebar/post-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ export default function PostSummary( { onActionPerformed } ) {
<VStack spacing={ 1 }>
<PostStatusPanel />
<PostSchedulePanel />
<PostTemplatePanel />
<PostURLPanel />
<PostAuthorPanel />
<PostTemplatePanel />
<PostDiscussionPanel />
<PostSyncStatus />
<BlogTitle />
Expand Down

0 comments on commit e108d7c

Please sign in to comment.