diff --git a/products/ASC.Files/Client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js b/products/ASC.Files/Client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js index 638fb0c920..26cad65ece 100644 --- a/products/ASC.Files/Client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js +++ b/products/ASC.Files/Client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js @@ -40,7 +40,7 @@ const StyledSimpleFilesRow = styled(Row)` cursor: ${(props) => !props.isThirdPartyFolder && (props.checked || props.isActive) && - "url(images/cursor.palm.svg), auto"}; + "url(/static/images/cursor.palm.react.svg), auto"}; ${(props) => props.inProgress && css` diff --git a/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js b/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js index 673c3cf681..f7c49ec0ca 100644 --- a/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js +++ b/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js @@ -53,7 +53,7 @@ const StyledTableRow = styled(TableRow)` cursor: ${(props) => !props.isThirdPartyFolder && (props.checked || props.isActive) && - "url(images/cursor.palm.svg), auto"}; + "url(/static/images/cursor.palm.react.svg), auto"}; ${(props) => props.inProgress && diff --git a/products/ASC.Files/Client/public/images/cursor.palm.svg b/public/images/cursor.palm.react.svg similarity index 100% rename from products/ASC.Files/Client/public/images/cursor.palm.svg rename to public/images/cursor.palm.react.svg