Update CogIcon for redesign

This commit is contained in:
2022-02-19 16:43:54 -05:00
parent 9a72704d02
commit d9888842b6
7 changed files with 12 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import * as _ from 'lodash';
import { Spinner } from '@wordpress/components';
import { baseUrl } from '@/globals';
import { ReactComponent as CogIcon } from '@/assets/cogicon.svg';
import { ReactComponent as CogIcon } from '@/../cogicon.svg';
interface IPreviewProps {
embedCode: string;