Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
goldeye0351 committed Jun 28, 2023
1 parent 7e704ca commit a571686
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
const test = ( ) => {

return <>

<div className="myshape" height="40" width="150" >
<svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
<rect height="40" width="150" />
</svg>
<div class="mymenutext"> 123123123123 </div>
</div>

</>}
export default test

0 comments on commit a571686

Please sign in to comment.