diff --git a/packages/client/src/components/panels/UploadPanel/index.js b/packages/client/src/components/panels/UploadPanel/index.js index c1544e6c7f..dc0ee3c326 100644 --- a/packages/client/src/components/panels/UploadPanel/index.js +++ b/packages/client/src/components/panels/UploadPanel/index.js @@ -24,7 +24,7 @@ // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ClearActiveReactSvgUrl from "PUBLIC_DIR/images/clear.active.react.svg?url"; +import ClearReactSvgUrl from "PUBLIC_DIR/images/clear.react.svg?url"; import ButtonCancelReactSvgUrl from "PUBLIC_DIR/images/button.cancel.react.svg?url"; import React from "react"; @@ -136,8 +136,8 @@ class UploadPanelComponent extends React.Component {
{uploaded && converted ? (