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 11{
22 "name" : " egraph-visualizer" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "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() {
55 < div className = "flex items-center" >
66 < span className = "text-3xl mr-4" > Loading</ span >
77 < 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 >
99 < path
1010 className = "opacity-75"
1111 fill = "currentColor"
You can’t perform that action at this time.
0 commit comments