File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " egraph-visualizer" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/saulshanabrook/egraph-visualizer.git"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export function Loading() {
5
5
< div className = "flex items-center" >
6
6
< span className = "text-3xl mr-4" > Loading</ span >
7
7
< svg className = "animate-spin h-8 w-8 text-gray-800" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" >
8
- < circle className = "opacity-25" cx = "12" cy = "12" r = "10" stroke = "currentColor" stroke-width = "4" > </ circle >
8
+ < circle className = "opacity-25" cx = "12" cy = "12" r = "10" stroke = "currentColor" strokeWidth = "4" > </ circle >
9
9
< path
10
10
className = "opacity-75"
11
11
fill = "currentColor"
You can’t perform that action at this time.
0 commit comments