File tree 3 files changed +5
-8
lines changed
src/components/HangmanSvg
3 files changed +5
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- // import HangmanSVG from "./HangmanSVG.module.css"
1
+
2
2
3
3
function HangmanSvg ( ) {
4
4
// TODO fix svg with "-" add capital letter
@@ -10,8 +10,8 @@ const sadMouth = <path id="sadMouth" d="M103 65.9927C106.279 63.4315 108.258 63.
10
10
const mouth = gameIsActive ? happyMouth : sadMouth
11
11
12
12
return (
13
- < div /* className={HangmanSVG.container} */ >
14
- < svg width = "60vw" height = "70vh " viewBox = "0 0 173 300" fill = "none" >
13
+
14
+ < svg width = "60vw" height = "60vh " viewBox = "0 0 173 300" fill = "none" >
15
15
< g id = "allHangmanGraph" >
16
16
< g id = "structure" >
17
17
< g id = "Group" >
@@ -205,7 +205,7 @@ const mouth = gameIsActive ? happyMouth : sadMouth
205
205
</ clipPath >
206
206
</ defs >
207
207
</ svg >
208
- </ div >
208
+
209
209
)
210
210
}
211
211
Original file line number Diff line number Diff line change 2
2
3
3
body {
4
4
margin : 0 ;
5
+ background-color : # ffe6a7 ;
5
6
}
You can’t perform that action at this time.
0 commit comments