Skip to content

Commit ee72439

Browse files
committed
some changes and error fixed
1 parent 5b0ff04 commit ee72439

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>Path finding visualizer</title>
88
</head>
99
<body>
1010
<div id="root"></div>

Diff for: tailwind.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ export default {
2222
"0%" : {
2323
transform : "scale(0.3)",
2424
backgroundColor : "#9333eabf",
25-
bordrRadius : "100%"
25+
borderRadius : "100%"
2626
},
2727
"50%" : {
2828
backgroundColor : "#4f46e5bf",
2929
},
3030
"75%" : {
31-
tansform : "scale(1.2)",
31+
transform : "scale(1.2)",
3232
backgroundColor : "#3b82f6bf",
3333
},
3434
"100%" : {
@@ -50,7 +50,7 @@ export default {
5050
transform : "scale(1.2)"
5151
},
5252
"90%" : {
53-
tansform : "scale(0.8)",
53+
transform : "scale(0.8)",
5454
backgroundColor : "#fde68a"
5555
},
5656
"100%" :{

0 commit comments

Comments
 (0)