Skip to content

Commit

Permalink
T-11 tsx updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rontap committed Apr 30, 2023
1 parent 40c31d9 commit ceb908f
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions app/src/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exports[`Renders <App/> without issues 1`] = `
<span
id="header"
>
  
<div
className="btnGroup undefined"
>
Expand All @@ -43,12 +44,6 @@ exports[`Renders <App/> without issues 1`] = `
Redo
</button>
</div>
<button
className=" btn blue"
>
Run
</button>
  
<button
className=" btn "
onClick={[Function]}
Expand Down Expand Up @@ -338,7 +333,7 @@ exports[`Renders <App/> without issues 1`] = `
className="taskbarElement"
style={
Object {
"top": "420px",
"top": "300px",
"transform": "translate3d(0px, 0px, 0)",
"width": "300px",
}
Expand Down Expand Up @@ -372,8 +367,27 @@ exports[`Renders <App/> without issues 1`] = `
className=" btn "
onClick={[Function]}
>
Paste JSON / SVG code
Paste JSON code
</button>
<button
className=" btn "
onClick={[Function]}
>
Paste SVG code
</button>
<div
className="dragTarget"
onDragEnter={[Function]}
onDragExit={[Function]}
onDragOver={[Function]}
onDrop={[Function]}
>
<div>
<p>
Drag an SVG or JSON file here to load.
</p>
</div>
</div>
<hr />
<div
className="btnGroup undefined"
Expand Down

0 comments on commit ceb908f

Please sign in to comment.