This commit is contained in:
Albert Juhé Lluveras 2020-05-08 09:02:18 +02:00 committed by GitHub
parent 467097de0c
commit 76878eff0d
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ const getErrorBoundaryProps = () => {
{
button: (
<button
className="wp-block-link-button"
className="wc-block-link-button"
onClick={ reloadPage }
/>
),

View File

@ -54,7 +54,7 @@ const CheckoutFrontend = ( props ) => {
{
button: (
<button
className="wp-block-link-button"
className="wc-block-link-button"
onClick={ reloadPage }
/>
),
@ -90,7 +90,7 @@ const getErrorBoundaryProps = () => {
{
button: (
<button
className="wp-block-link-button"
className="wc-block-link-button"
onClick={ reloadPage }
/>
),