mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
feat: remove unused images
This commit is contained in:
parent
2ff10b0dc7
commit
a9a8b87239
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 40 KiB |
@ -8,10 +8,6 @@ const StyledErrorView = styled.div`
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
img {
|
|
||||||
filter: drop-shadow(2px 4px 6px black);
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledTitle = styled.h2`
|
const StyledTitle = styled.h2`
|
||||||
@ -26,12 +22,11 @@ const StyledInfo = styled.p`
|
|||||||
|
|
||||||
export const ErrorView = () => (
|
export const ErrorView = () => (
|
||||||
<StyledErrorView>
|
<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>
|
<StyledTitle>JSON Crack is unable to handle this file!</StyledTitle>
|
||||||
<StyledInfo>
|
<StyledInfo>
|
||||||
We apologize for the problem you encountered. We are doing our best as an Open Source
|
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
|
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>
|
</StyledInfo>
|
||||||
</StyledErrorView>
|
</StyledErrorView>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user