Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 17, 2024
1 parent 6cfbf62 commit bc7ee44
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
post address
</label>
<input
class="components-text-control__input"
class="components-text-control__input is-next-40px-default-size"
id="inspector-text-control-0"
readonly=""
type="text"
Expand All @@ -132,7 +132,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
class="post-publish-panel__postpublish-post-address__copy-button-wrap"
>
<button
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
type="button"
>
Copy
Expand All @@ -143,11 +143,11 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
class="post-publish-panel__postpublish-buttons"
>
<a
class="components-button is-primary"
class="components-button is-next-40px-default-size is-primary"
href="https://wordpress.local/sample-page/"
/>
<a
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
href="post-new.php?"
/>
</div>
Expand Down Expand Up @@ -312,7 +312,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
post address
</label>
<input
class="components-text-control__input"
class="components-text-control__input is-next-40px-default-size"
id="inspector-text-control-1"
readonly=""
type="text"
Expand All @@ -324,7 +324,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
class="post-publish-panel__postpublish-post-address__copy-button-wrap"
>
<button
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
type="button"
>
Copy
Expand All @@ -335,11 +335,11 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
class="post-publish-panel__postpublish-buttons"
>
<a
class="components-button is-primary"
class="components-button is-next-40px-default-size is-primary"
href="https://wordpress.local/sample-page/"
/>
<a
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
href="post-new.php?"
/>
</div>
Expand Down

0 comments on commit bc7ee44

Please sign in to comment.