File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React + TS </ title >
7
+ < title > Path finding visualizer </ title >
8
8
</ head >
9
9
< body >
10
10
< div id ="root "> </ div >
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ export default {
22
22
"0%" : {
23
23
transform : "scale(0.3)" ,
24
24
backgroundColor : "#9333eabf" ,
25
- bordrRadius : "100%"
25
+ borderRadius : "100%"
26
26
} ,
27
27
"50%" : {
28
28
backgroundColor : "#4f46e5bf" ,
29
29
} ,
30
30
"75%" : {
31
- tansform : "scale(1.2)" ,
31
+ transform : "scale(1.2)" ,
32
32
backgroundColor : "#3b82f6bf" ,
33
33
} ,
34
34
"100%" : {
@@ -50,7 +50,7 @@ export default {
50
50
transform : "scale(1.2)"
51
51
} ,
52
52
"90%" : {
53
- tansform : "scale(0.8)" ,
53
+ transform : "scale(0.8)" ,
54
54
backgroundColor : "#fde68a"
55
55
} ,
56
56
"100%" :{
You can’t perform that action at this time.
0 commit comments