Skip to content

Commit bb476ce

Browse files
committed
Merge branch 'development' of https://github.com/codeinwp/optimole-wp into prf/hide-badge-if-inactive
2 parents de77931 + e04e30b commit bb476ce

File tree

1 file changed

+2
-1
lines changed
  • assets/src/dashboard/parts/connected/dashboard

1 file changed

+2
-1
lines changed

assets/src/dashboard/parts/connected/dashboard/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
} from '@wordpress/components';
1313

1414
import { useSelect } from '@wordpress/data';
15+
import { warning } from '@wordpress/icons';
1516

1617
import { clearCache } from '../../../utils/api';
1718

@@ -99,7 +100,7 @@ const quickactions = [
99100

100101
const InactiveWarning = () => (
101102
<div className="flex gap-2 bg-warning text-danger border border-solid border-danger rounded relative px-6 py-5 mb-5">
102-
<Icon icon={ warning } />
103+
<Icon className="fill-current" icon={ warning } />
103104

104105
<p
105106
className="m-0"

0 commit comments

Comments
 (0)