Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d6d4bba

Browse files
authored
Add missing class to Cart skeleton title (#4498)
1 parent 65ab4ac commit d6d4bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlockTypes/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function get_skeleton() {
170170
return '
171171
<div class="wc-block-skeleton wc-block-components-sidebar-layout wc-block-cart wc-block-cart--is-loading wc-block-cart--skeleton hidden" aria-hidden="true">
172172
<div class="wc-block-components-main wc-block-cart__main">
173-
<h2><span></span></h2>
173+
<h2 class="wc-block-components-title"><span></span></h2>
174174
<table class="wc-block-cart-items">
175175
<thead>
176176
<tr class="wc-block-cart-items__header">

0 commit comments

Comments
 (0)