Skip to content

Commit

Permalink
feat: remove unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Dec 24, 2023
1 parent 2ff10b0 commit a9a8b87
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Binary file removed public/assets/diagram_bg.webp
Binary file not shown.
Binary file removed public/assets/icon.png
Binary file not shown.
Binary file removed public/assets/oss_banner.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/undraw_qa_engineers_dg-5-p.svg

This file was deleted.

7 changes: 1 addition & 6 deletions src/containers/Views/GraphView/ErrorView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -26,12 +22,11 @@ const StyledInfo = styled.p`

export const ErrorView = () => (
<StyledErrorView>
<img src="/assets/undraw_qa_engineers_dg-5-p.svg" width="200" height="200" alt="oops" />
<StyledTitle>JSON Crack is unable to handle this file!</StyledTitle>
<StyledInfo>
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.
</StyledInfo>
</StyledErrorView>
);

1 comment on commit a9a8b87

@vercel
Copy link

@vercel vercel bot commented on a9a8b87 Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

jsoncrack-com – ./

jsoncrack-com-louyongjiu.vercel.app
jsoncrack-nines.vercel.app
jsoncrack-com-git-main-louyongjiu.vercel.app

Please sign in to comment.