diff --git a/public/assets/diagram_bg.webp b/public/assets/diagram_bg.webp deleted file mode 100644 index 233ea58ff6a..00000000000 Binary files a/public/assets/diagram_bg.webp and /dev/null differ diff --git a/public/assets/icon.png b/public/assets/icon.png deleted file mode 100644 index 12f3d4a5921..00000000000 Binary files a/public/assets/icon.png and /dev/null differ diff --git a/public/assets/oss_banner.webp b/public/assets/oss_banner.webp deleted file mode 100644 index 9f2f19ea79b..00000000000 Binary files a/public/assets/oss_banner.webp and /dev/null differ diff --git a/public/assets/undraw_qa_engineers_dg-5-p.svg b/public/assets/undraw_qa_engineers_dg-5-p.svg deleted file mode 100644 index 1b5c9b523cc..00000000000 --- a/public/assets/undraw_qa_engineers_dg-5-p.svg +++ /dev/null @@ -1 +0,0 @@ -QA engineers \ No newline at end of file diff --git a/src/containers/Views/GraphView/ErrorView.tsx b/src/containers/Views/GraphView/ErrorView.tsx index bd79d36ea4c..db11a71699e 100644 --- a/src/containers/Views/GraphView/ErrorView.tsx +++ b/src/containers/Views/GraphView/ErrorView.tsx @@ -8,10 +8,6 @@ const StyledErrorView = styled.div` justify-content: center; width: 100%; height: 100%; - - img { - filter: drop-shadow(2px 4px 6px black); - } `; const StyledTitle = styled.h2` @@ -26,12 +22,11 @@ const StyledInfo = styled.p` export const ErrorView = () => ( - oops JSON Crack is unable to handle this file! We apologize for the problem you encountered. We are doing our best as an Open Source community to improve our service. Unfortunately, JSON Crack is currently unable to handle such - a large file. + a large file. Please try the tree view from View Modes to see if it works. );