mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove unnecessary div
This commit is contained in:
parent
120f57544b
commit
fc05a2972c
@ -59,7 +59,7 @@ const WidgetPage = () => {
|
||||
}, [query?.json, push]);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<Graph json={json} isWidget />
|
||||
<StyledAttribute
|
||||
href={`https://jsonvisio.com/editor?json=${query.json}`}
|
||||
@ -68,7 +68,7 @@ const WidgetPage = () => {
|
||||
>
|
||||
jsonvisio.com
|
||||
</StyledAttribute>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user