Fix wrong frontend error button class names (https://github.com/woocommerce/woocommerce-blocks/pull/2431)
This commit is contained in:
parent
467097de0c
commit
76878eff0d
|
@ -52,7 +52,7 @@ const getErrorBoundaryProps = () => {
|
||||||
{
|
{
|
||||||
button: (
|
button: (
|
||||||
<button
|
<button
|
||||||
className="wp-block-link-button"
|
className="wc-block-link-button"
|
||||||
onClick={ reloadPage }
|
onClick={ reloadPage }
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
|
|
@ -54,7 +54,7 @@ const CheckoutFrontend = ( props ) => {
|
||||||
{
|
{
|
||||||
button: (
|
button: (
|
||||||
<button
|
<button
|
||||||
className="wp-block-link-button"
|
className="wc-block-link-button"
|
||||||
onClick={ reloadPage }
|
onClick={ reloadPage }
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
@ -90,7 +90,7 @@ const getErrorBoundaryProps = () => {
|
||||||
{
|
{
|
||||||
button: (
|
button: (
|
||||||
<button
|
<button
|
||||||
className="wp-block-link-button"
|
className="wc-block-link-button"
|
||||||
onClick={ reloadPage }
|
onClick={ reloadPage }
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue